ext4: Convert BUG_ON checks to use ext4_error() instead
authorFrank Mayhar <fmayhar@google.com>
Tue, 2 Mar 2010 16:46:09 +0000 (11:46 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Mar 2010 16:46:09 +0000 (11:46 -0500)
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 <fmayhar@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found