diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/jffs2/super.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c index 3422a2db2ba4..d3dc9d8d3a10 100644 --- a/fs/jffs2/super.c +++ b/fs/jffs2/super.c | |||
@@ -316,9 +316,6 @@ static void jffs2_put_super (struct super_block *sb) | |||
316 | 316 | ||
317 | jffs2_dbg(2, "%s()\n", __func__); | 317 | jffs2_dbg(2, "%s()\n", __func__); |
318 | 318 | ||
319 | if (sb->s_dirt) | ||
320 | jffs2_write_super(sb); | ||
321 | |||
322 | mutex_lock(&c->alloc_sem); | 319 | mutex_lock(&c->alloc_sem); |
323 | jffs2_flush_wbuf_pad(c); | 320 | jffs2_flush_wbuf_pad(c); |
324 | mutex_unlock(&c->alloc_sem); | 321 | mutex_unlock(&c->alloc_sem); |