From e063a8ede705c181a3819527d027486da289c0f5 Mon Sep 17 00:00:00 2001 From: Wang Sheng-Hui Date: Sat, 18 Aug 2012 22:38:07 -0400 Subject: [PATCH] --- yaml --- r: 331571 b: refs/heads/master c: 30cb27d661f5fdc582add0a9c297946a18ee4a4b h: refs/heads/master i: 331569: 48ebb0ae0a79eb657243b598c6415fbd1b2db9d3 331567: 18441f9d2fa9f9eca0c399d64382197729240b12 v: v3 --- [refs] | 2 +- trunk/fs/ext4/extents.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b8ea54fde20f..38269c2ecb17 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e3d2e433e32a4b7a05818cbc9158037e26c74c8e +refs/heads/master: 30cb27d661f5fdc582add0a9c297946a18ee4a4b diff --git a/trunk/fs/ext4/extents.c b/trunk/fs/ext4/extents.c index 2e56903e8d53..cc6d2b984e8f 100644 --- a/trunk/fs/ext4/extents.c +++ b/trunk/fs/ext4/extents.c @@ -3301,7 +3301,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle, * to an uninitialized extent. * * 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: * a> There is no split required: Entire extent should be uninitialized * b> Splits in two extents: Write is happening at either end of the extent