diff options
Diffstat (limited to 'fs/ext4/extents.c')
-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 e7580aeb6fbc..916e88498c87 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -3220,7 +3220,7 @@ fix_extent_len: | |||
3220 | * ext4_split_extents() splits an extent and mark extent which is covered | 3220 | * ext4_split_extents() splits an extent and mark extent which is covered |
3221 | * by @map as split_flags indicates | 3221 | * by @map as split_flags indicates |
3222 | * | 3222 | * |
3223 | * It may result in splitting the extent into multiple extents (upto three) | 3223 | * It may result in splitting the extent into multiple extents (up to three) |
3224 | * There are three possibilities: | 3224 | * There are three possibilities: |
3225 | * a> There is no split required | 3225 | * a> There is no split required |
3226 | * b> Splits in two extents: Split is happening at either end of the extent | 3226 | * b> Splits in two extents: Split is happening at either end of the extent |