diff options
Diffstat (limited to 'fs/super.c')
-rw-r--r-- | fs/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/super.c b/fs/super.c index 721236e6177a..d9a29d5b1d28 100644 --- a/fs/super.c +++ b/fs/super.c | |||
@@ -311,8 +311,6 @@ void generic_shutdown_super(struct super_block *sb) | |||
311 | invalidate_inodes(sb); | 311 | invalidate_inodes(sb); |
312 | lock_kernel(); | 312 | lock_kernel(); |
313 | 313 | ||
314 | if (sop->write_super && sb->s_dirt) | ||
315 | sop->write_super(sb); | ||
316 | if (sop->put_super) | 314 | if (sop->put_super) |
317 | sop->put_super(sb); | 315 | sop->put_super(sb); |
318 | 316 | ||