diff options
| -rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index aeb6d22ea0ad..fc6fa2c93e77 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) | |||
| 4349 | "data=, fs mounted w/o journal"); | 4349 | "data=, fs mounted w/o journal"); |
| 4350 | goto failed_mount_wq; | 4350 | goto failed_mount_wq; |
| 4351 | } | 4351 | } |
| 4352 | sbi->s_def_mount_opt &= EXT4_MOUNT_JOURNAL_CHECKSUM; | 4352 | sbi->s_def_mount_opt &= ~EXT4_MOUNT_JOURNAL_CHECKSUM; |
| 4353 | clear_opt(sb, JOURNAL_CHECKSUM); | 4353 | clear_opt(sb, JOURNAL_CHECKSUM); |
| 4354 | clear_opt(sb, DATA_FLAGS); | 4354 | clear_opt(sb, DATA_FLAGS); |
| 4355 | sbi->s_journal = NULL; | 4355 | sbi->s_journal = NULL; |
