From: Lukas Czerner Date: Tue, 20 Mar 2012 03:07:43 +0000 (-0400) Subject: ext4: give more helpful error message in ext4_ext_rm_leaf() X-Git-Tag: v3.4-rc1~75^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1841d6cff22b98deef46bfe768a9c678d917c2;p=pandora-kernel.git ext4: give more helpful error message in ext4_ext_rm_leaf() The error message produced by the ext4_ext_rm_leaf() when we are removing blocks which accidentally ends up inside the existing extent, is not very helpful, because we would like to also know which extent did we collide with. This commit changes the error message to get us also the information about the extent we are colliding with. Signed-off-by: Lukas Czerner Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed