aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index ed5e80ef48c4..fdce4eebce0c 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3485,7 +3485,6 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent)
3485 goto failed_mount_wq; 3485 goto failed_mount_wq;
3486 } else { 3486 } else {
3487 clear_opt(sb, DATA_FLAGS); 3487 clear_opt(sb, DATA_FLAGS);
3488 set_opt(sb, WRITEBACK_DATA);
3489 sbi->s_journal = NULL; 3488 sbi->s_journal = NULL;
3490 needs_recovery = 0; 3489 needs_recovery = 0;
3491 goto no_journal; 3490 goto no_journal;