From: Frank Mayhar Date: Tue, 2 Mar 2010 16:46:09 +0000 (-0500) Subject: ext4: Convert BUG_ON checks to use ext4_error() instead X-Git-Tag: v2.6.34-rc1~199^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=273df556b6ee2065bfe96edab5888d3dc9b108d8;p=pandora-kernel.git ext4: Convert BUG_ON checks to use ext4_error() instead Convert a bunch of BUG_ONs to emit a ext4_error() message and return EIO. This is a first pass and most notably does _not_ cover mballoc.c, which is a morass of void functions. Signed-off-by: Frank Mayhar Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed