aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 191616470466..4bc84b8adb7f 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3740,9 +3740,9 @@ retry:
3740 * preallocated extents, and those write extend the file, no need to 3740 * preallocated extents, and those write extend the file, no need to
3741 * fall back to buffered IO. 3741 * fall back to buffered IO.
3742 * 3742 *
3743 * For holes, we fallocate those blocks, mark them as unintialized 3743 * For holes, we fallocate those blocks, mark them as uninitialized
3744 * If those blocks were preallocated, we mark sure they are splited, but 3744 * If those blocks were preallocated, we mark sure they are splited, but
3745 * still keep the range to write as unintialized. 3745 * still keep the range to write as uninitialized.
3746 * 3746 *
3747 * The unwrritten extents will be converted to written when DIO is completed. 3747 * The unwrritten extents will be converted to written when DIO is completed.
3748 * For async direct IO, since the IO may still pending when return, we 3748 * For async direct IO, since the IO may still pending when return, we