aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/extents.c2
-rw-r--r--fs/ext4/super.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c
index 236b834b4ca8..146f1f6a9203 100644
--- a/fs/ext4/extents.c
+++ b/fs/ext4/extents.c
@@ -2918,7 +2918,7 @@ fix_extent_len:
2918 * One of more index blocks maybe needed if the extent tree grow after 2918 * One of more index blocks maybe needed if the extent tree grow after
2919 * the unintialized extent split. To prevent ENOSPC occur at the IO 2919 * the unintialized extent split. To prevent ENOSPC occur at the IO
2920 * complete, we need to split the uninitialized extent before DIO submit 2920 * complete, we need to split the uninitialized extent before DIO submit
2921 * the IO. The uninitilized extent called at this time will be split 2921 * the IO. The uninitialized extent called at this time will be split
2922 * into three uninitialized extent(at most). After IO complete, the part 2922 * into three uninitialized extent(at most). After IO complete, the part
2923 * being filled will be convert to initialized by the end_io callback function 2923 * being filled will be convert to initialized by the end_io callback function
2924 * via ext4_convert_unwritten_extents(). 2924 * via ext4_convert_unwritten_extents().
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index e14d22c170d5..8d7539c9d778 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3008,7 +3008,7 @@ no_journal:
3008 ext4_ext_init(sb); 3008 ext4_ext_init(sb);
3009 err = ext4_mb_init(sb, needs_recovery); 3009 err = ext4_mb_init(sb, needs_recovery);
3010 if (err) { 3010 if (err) {
3011 ext4_msg(sb, KERN_ERR, "failed to initalize mballoc (%d)", 3011 ext4_msg(sb, KERN_ERR, "failed to initialize mballoc (%d)",
3012 err); 3012 err);
3013 goto failed_mount4; 3013 goto failed_mount4;
3014 } 3014 }