ext4: fix comment typo uninitized
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Reviewed-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
@@ -2844,7 +2844,7 @@ fix_extent_len:
|
|||||||
* ext4_get_blocks_dio_write() when DIO to write
|
* ext4_get_blocks_dio_write() when DIO to write
|
||||||
* to an uninitialized extent.
|
* to an uninitialized extent.
|
||||||
*
|
*
|
||||||
* Writing to an uninitized extent may result in splitting the uninitialized
|
* Writing to an uninitialized extent may result in splitting the uninitialized
|
||||||
* extent into multiple /initialized uninitialized extents (up to three)
|
* extent into multiple /initialized uninitialized extents (up to three)
|
||||||
* There are three possibilities:
|
* There are three possibilities:
|
||||||
* a> There is no split required: Entire extent should be uninitialized
|
* a> There is no split required: Entire extent should be uninitialized
|
||||||
|
Reference in New Issue
Block a user