git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
093e6e3
)
ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized
author
Yongqiang Yang
<xiaoqiangnk@gmail.com>
Wed, 14 Dec 2011 03:13:42 +0000
(22:13 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 14 Dec 2011 03:13:42 +0000
(22:13 -0500)
If a file is fallocated on a hole, map->m_lblk + map->m_len may be greater
than ee_block + ee_len.
Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@kernel.org
No differences found