diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index 2e56903e8d53..cc6d2b984e8f 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -3301,7 +3301,7 @@ out: | |||
3301 | * to an uninitialized extent. | 3301 | * to an uninitialized extent. |
3302 | * | 3302 | * |
3303 | * Writing to an uninitialized extent may result in splitting the uninitialized | 3303 | * Writing to an uninitialized extent may result in splitting the uninitialized |
3304 | * extent into multiple /initialized uninitialized extents (up to three) | 3304 | * extent into multiple initialized/uninitialized extents (up to three) |
3305 | * There are three possibilities: | 3305 | * There are three possibilities: |
3306 | * a> There is no split required: Entire extent should be uninitialized | 3306 | * a> There is no split required: Entire extent should be uninitialized |
3307 | * b> Splits in two extents: Write is happening at either end of the extent | 3307 | * b> Splits in two extents: Write is happening at either end of the extent |