aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jffs2/super.c')
-rw-r--r--fs/jffs2/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c
index d3dc9d8d3a10..dc366c0c9304 100644
--- a/fs/jffs2/super.c
+++ b/fs/jffs2/super.c
@@ -110,8 +110,6 @@ static int jffs2_sync_fs(struct super_block *sb, int wait)
110{ 110{
111 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); 111 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb);
112 112
113 jffs2_write_super(sb);
114
115 mutex_lock(&c->alloc_sem); 113 mutex_lock(&c->alloc_sem);
116 jffs2_flush_wbuf_pad(c); 114 jffs2_flush_wbuf_pad(c);
117 mutex_unlock(&c->alloc_sem); 115 mutex_unlock(&c->alloc_sem);