From: Yongqiang Yang Date: Wed, 14 Dec 2011 03:13:42 +0000 (-0500) Subject: ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initialized X-Git-Tag: v3.2-rc6~16^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5ffa49d4bbb8ca4c41c094261660264f16bd20;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" Cc: stable@kernel.org --- Reading git-diff-tree failed