diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 9b9076d9c4f7..dc27d4c613c0 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -1309,7 +1309,7 @@ set_qf_format: | |||
1309 | EXT4_FEATURE_INCOMPAT_EXTENTS)) { | 1309 | EXT4_FEATURE_INCOMPAT_EXTENTS)) { |
1310 | ext4_warning(sb, __func__, | 1310 | ext4_warning(sb, __func__, |
1311 | "extents feature not enabled " | 1311 | "extents feature not enabled " |
1312 | "on this filesystem, use tune2fs\n"); | 1312 | "on this filesystem, use tune2fs"); |
1313 | return 0; | 1313 | return 0; |
1314 | } | 1314 | } |
1315 | set_opt(sbi->s_mount_opt, EXTENTS); | 1315 | set_opt(sbi->s_mount_opt, EXTENTS); |
@@ -1993,7 +1993,7 @@ static int ext4_fill_super(struct super_block *sb, void *data, int silent) | |||
1993 | else | 1993 | else |
1994 | ext4_warning(sb, __func__, | 1994 | ext4_warning(sb, __func__, |
1995 | "extents feature not enabled on this filesystem, " | 1995 | "extents feature not enabled on this filesystem, " |
1996 | "use tune2fs.\n"); | 1996 | "use tune2fs."); |
1997 | 1997 | ||
1998 | /* | 1998 | /* |
1999 | * enable delayed allocation by default | 1999 | * enable delayed allocation by default |