jffs2: remove unnecessary GC pass on sync
[firefly-linux-kernel-4.4.55.git] / fs / jffs2 / super.c
index 1613cd28304234a2b97d2aa7e72eeca704f21def..b36aa950d2a640375849578da18aa256b3d2ddfe 100644 (file)
@@ -112,8 +112,6 @@ static int jffs2_sync_fs(struct super_block *sb, int wait)
 {
        struct jffs2_sb_info *c = JFFS2_SB_INFO(sb);
 
-       jffs2_write_super(sb);
-
        mutex_lock(&c->alloc_sem);
        jffs2_flush_wbuf_pad(c);
        mutex_unlock(&c->alloc_sem);