diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 4bc84b8adb7f..b6a4b41d7e14 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -3357,7 +3357,7 @@ int ext4_alloc_da_blocks(struct inode *inode) | |||
3357 | * doing I/O at all. | 3357 | * doing I/O at all. |
3358 | * | 3358 | * |
3359 | * We could call write_cache_pages(), and then redirty all of | 3359 | * We could call write_cache_pages(), and then redirty all of |
3360 | * the pages by calling redirty_page_for_writeback() but that | 3360 | * the pages by calling redirty_page_for_writepage() but that |
3361 | * would be ugly in the extreme. So instead we would need to | 3361 | * would be ugly in the extreme. So instead we would need to |
3362 | * replicate parts of the code in the above functions, | 3362 | * replicate parts of the code in the above functions, |
3363 | * simplifying them becuase we wouldn't actually intend to | 3363 | * simplifying them becuase we wouldn't actually intend to |