commit | 5b5ffa49d4bbb8ca4c41c094261660264f16bd20 | [log] [tgz] |
---|---|---|
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | Tue Dec 13 22:13:42 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Dec 13 22:13:42 2011 -0500 |
tree | 98b3fb0f9b4afac37ce0c025ee9cca3991bee4eb | |
parent | 093e6e3666f47d29763a235b404c84ee47ba8bb0 [diff] |
ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized 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