projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d2e43
)
ext4: fix trivial typo in comment
author
Wang Sheng-Hui
<
[email protected]
>
Sun, 19 Aug 2012 02:38:07 +0000
(22:38 -0400)
committer
Theodore Ts'o
<
[email protected]
>
Sun, 19 Aug 2012 02:38:07 +0000
(22:38 -0400)
Signed-off-by: Wang Sheng-Hui <
[email protected]
>
Signed-off-by: "Theodore Ts'o" <
[email protected]
>
fs/ext4/extents.c
patch
|
blob
|
history
diff --git
a/fs/ext4/extents.c
b/fs/ext4/extents.c
index 2e56903e8d532856afebc7ccc5f0dd011e7894b9..cc6d2b984e8f9ca334402fb2190a70b4830f6da8 100644
(file)
--- a/
fs/ext4/extents.c
+++ b/
fs/ext4/extents.c
@@
-3301,7
+3301,7
@@
out:
* 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