commit | 273df556b6ee2065bfe96edab5888d3dc9b108d8 | [log] [tgz] |
---|---|---|
author | Frank Mayhar <fmayhar@google.com> | Tue Mar 02 11:46:09 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 02 11:46:09 2010 -0500 |
tree | 19c73685fce581e4ed85ff845e0b2fc485cedf9c | |
parent | b7adc1f363e72e9131a582cc2cb00eaf83f51a39 [diff] |
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 <fmayhar@google.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>