diff options
author | André Goddard Rosa <andre.goddard@gmail.com> | 2009-11-14 10:09:05 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-12-04 09:39:55 -0500 |
commit | af901ca181d92aac3a7dc265144a9081a86d8f39 (patch) | |
tree | 380054af22521144fbe1364c3bcd55ad24c9bde4 /fs/ext4/inode.c | |
parent | 972b94ffb90ea6d20c589d9a47215df103388ddd (diff) |
tree-wide: fix assorted typos all over the place
That is "success", "unknown", "through", "performance", "[re|un]mapping"
, "access", "default", "reasonable", "[con]currently", "temperature"
, "channel", "[un]used", "application", "example","hierarchy", "therefore"
, "[over|under]flow", "contiguous", "threshold", "enough" and others.
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 618ca95cbb59..0282ec78cf8f 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c | |||
@@ -2932,7 +2932,7 @@ retry: | |||
2932 | ret = write_cache_pages(mapping, wbc, __mpage_da_writepage, | 2932 | ret = write_cache_pages(mapping, wbc, __mpage_da_writepage, |
2933 | &mpd); | 2933 | &mpd); |
2934 | /* | 2934 | /* |
2935 | * If we have a contigous extent of pages and we | 2935 | * If we have a contiguous extent of pages and we |
2936 | * haven't done the I/O yet, map the blocks and submit | 2936 | * haven't done the I/O yet, map the blocks and submit |
2937 | * them for I/O. | 2937 | * them for I/O. |
2938 | */ | 2938 | */ |
@@ -5370,7 +5370,7 @@ static int ext4_index_trans_blocks(struct inode *inode, int nrblocks, int chunk) | |||
5370 | * worse case, the indexs blocks spread over different block groups | 5370 | * worse case, the indexs blocks spread over different block groups |
5371 | * | 5371 | * |
5372 | * If datablocks are discontiguous, they are possible to spread over | 5372 | * If datablocks are discontiguous, they are possible to spread over |
5373 | * different block groups too. If they are contiugous, with flexbg, | 5373 | * different block groups too. If they are contiuguous, with flexbg, |
5374 | * they could still across block group boundary. | 5374 | * they could still across block group boundary. |
5375 | * | 5375 | * |
5376 | * Also account for superblock, inode, quota and xattr blocks | 5376 | * Also account for superblock, inode, quota and xattr blocks |
@@ -5446,7 +5446,7 @@ int ext4_writepage_trans_blocks(struct inode *inode) | |||
5446 | * Calculate the journal credits for a chunk of data modification. | 5446 | * Calculate the journal credits for a chunk of data modification. |
5447 | * | 5447 | * |
5448 | * This is called from DIO, fallocate or whoever calling | 5448 | * This is called from DIO, fallocate or whoever calling |
5449 | * ext4_get_blocks() to map/allocate a chunk of contigous disk blocks. | 5449 | * ext4_get_blocks() to map/allocate a chunk of contiguous disk blocks. |
5450 | * | 5450 | * |
5451 | * journal buffers for data blocks are not included here, as DIO | 5451 | * journal buffers for data blocks are not included here, as DIO |
5452 | * and fallocate do no need to journal data buffers. | 5452 | * and fallocate do no need to journal data buffers. |