diff --git a/fs/ext4/super.c b/fs/ext4/super.c index aeb6d22ea0ade330915af1661ff58af20f9e2474..fc6fa2c93e77c193939d095435a84fc188c53479 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -4349,7 +4349,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) "data=, fs mounted w/o journal"); goto failed_mount_wq; } - sbi->s_def_mount_opt &= EXT4_MOUNT_JOURNAL_CHECKSUM; + sbi->s_def_mount_opt &= ~EXT4_MOUNT_JOURNAL_CHECKSUM; clear_opt(sb, JOURNAL_CHECKSUM); clear_opt(sb, DATA_FLAGS); sbi->s_journal = NULL;