diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 918fc4c82f36211de7ac10d181e55ca4c493f624..55c7aab8a4d6e37f8e1a9bfa3541e6e7fc904921 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -4272,7 +4272,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;