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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 240f6e2dc7ee..b1c57bf43132 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3502,7 +3502,7 @@ int ext4_punch_hole(struct file *file, loff_t offset, loff_t length)
3502 * transaction, and VFS/VM ensures that ext4_truncate() cannot run 3502 * transaction, and VFS/VM ensures that ext4_truncate() cannot run
3503 * simultaneously on behalf of the same inode. 3503 * simultaneously on behalf of the same inode.
3504 * 3504 *
3505 * As we work through the truncate and commmit bits of it to the journal there 3505 * As we work through the truncate and commit bits of it to the journal there
3506 * is one core, guiding principle: the file's tree must always be consistent on 3506 * is one core, guiding principle: the file's tree must always be consistent on
3507 * disk. We must be able to restart the truncate after a crash. 3507 * disk. We must be able to restart the truncate after a crash.
3508 * 3508 *