|
@@ -84,7 +84,7 @@ static void jffs2_wbuf_dirties_inode(struct jffs2_sb_info *c, uint32_t ino)
|
|
struct jffs2_inodirty *new;
|
|
struct jffs2_inodirty *new;
|
|
|
|
|
|
/* Mark the superblock dirty so that kupdated will flush... */
|
|
/* Mark the superblock dirty so that kupdated will flush... */
|
|
- jffs2_erase_pending_trigger(c);
|
|
|
|
|
|
+ jffs2_dirty_trigger(c);
|
|
|
|
|
|
if (jffs2_wbuf_pending_for_ino(c, ino))
|
|
if (jffs2_wbuf_pending_for_ino(c, ino))
|
|
return;
|
|
return;
|