diff options
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c index f7bfd3ac8bfa..07a22caf2687 100644 --- a/fs/jffs2/super.c +++ b/fs/jffs2/super.c | |||
@@ -74,6 +74,8 @@ static int jffs2_sync_fs(struct super_block *sb, int wait) | |||
74 | { | 74 | { |
75 | struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); | 75 | struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); |
76 | 76 | ||
77 | jffs2_write_super(sb); | ||
78 | |||
77 | mutex_lock(&c->alloc_sem); | 79 | mutex_lock(&c->alloc_sem); |
78 | jffs2_flush_wbuf_pad(c); | 80 | jffs2_flush_wbuf_pad(c); |
79 | mutex_unlock(&c->alloc_sem); | 81 | mutex_unlock(&c->alloc_sem); |