diff options
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index 85fe655fe3e0..15cb47088aac 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
@@ -2490,7 +2490,7 @@ int ext3_can_truncate(struct inode *inode) | |||
2490 | * transaction, and VFS/VM ensures that ext3_truncate() cannot run | 2490 | * transaction, and VFS/VM ensures that ext3_truncate() cannot run |
2491 | * simultaneously on behalf of the same inode. | 2491 | * simultaneously on behalf of the same inode. |
2492 | * | 2492 | * |
2493 | * As we work through the truncate and commmit bits of it to the journal there | 2493 | * As we work through the truncate and commit bits of it to the journal there |
2494 | * is one core, guiding principle: the file's tree must always be consistent on | 2494 | * is one core, guiding principle: the file's tree must always be consistent on |
2495 | * disk. We must be able to restart the truncate after a crash. | 2495 | * disk. We must be able to restart the truncate after a crash. |
2496 | * | 2496 | * |