projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34e15c
)
ext4: fix a typo in extents.c
author
Yongqiang Yang
<xiaoqiangnk@gmail.com>
Mon, 6 Jan 2014 19:05:23 +0000
(14:05 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 6 Jan 2014 19:05:23 +0000
(14:05 -0500)
Signed-off-by: Yongqiang Yang <yangyongqiang01@baidu.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
fs/ext4/extents.c
patch
|
blob
|
history
diff --git
a/fs/ext4/extents.c
b/fs/ext4/extents.c
index 3384dc4bed4034921beffb84783327024e4cf22e..10cff4736b116185f9d0a2cea73dca9423c6fb92 100644
(file)
--- a/
fs/ext4/extents.c
+++ b/
fs/ext4/extents.c
@@
-3477,7
+3477,7
@@
static int ext4_ext_convert_to_initialized(handle_t *handle,
WARN_ON(map->m_lblk < ee_block);
/*
* It is safe to convert extent to initialized via explicit
- * zeroout only if extent is fully insde i_size or new_size.
+ * zeroout only if extent is fully ins
i
de i_size or new_size.
*/
split_flag |= ee_block + ee_len <= eof_block ? EXT4_EXT_MAY_ZEROOUT : 0;