From: Akira Fujita Date: Wed, 16 Sep 2009 17:46:35 +0000 (-0400) Subject: ext4: Replace BUG_ON() with ext4_error() in move_extents.c X-Git-Tag: v2.6.32-rc1~633^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2147b1a6a48e28399120ca51d4a91840a278611f;p=pandora-kernel.git ext4: Replace BUG_ON() with ext4_error() in move_extents.c Replace BUG_ON calls with a call to ext4_error() to print an error message if EXT4_IOC_MOVE_EXT failed with some kind of reasons. This will help to debug. Ted pointed this out, thanks. Signed-off-by: Akira Fujita Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed