diff options
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 9c0214689de0..7d865608e817 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -512,8 +512,6 @@ static void ext4_put_super(struct super_block *sb) | |||
512 | if (!(sb->s_flags & MS_RDONLY)) { | 512 | if (!(sb->s_flags & MS_RDONLY)) { |
513 | EXT4_CLEAR_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_RECOVER); | 513 | EXT4_CLEAR_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_RECOVER); |
514 | es->s_state = cpu_to_le16(sbi->s_mount_state); | 514 | es->s_state = cpu_to_le16(sbi->s_mount_state); |
515 | BUFFER_TRACE(sbi->s_sbh, "marking dirty"); | ||
516 | mark_buffer_dirty(sbi->s_sbh); | ||
517 | ext4_commit_super(sb, es, 1); | 515 | ext4_commit_super(sb, es, 1); |
518 | } | 516 | } |
519 | if (sbi->s_proc) { | 517 | if (sbi->s_proc) { |