commit | 492104c866cb1b62a11393adccb477f5cd2c7768 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Fri Mar 08 15:41:02 2013 -0500 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Mar 14 14:57:29 2013 -0400 |
tree | 1aacf5abaf22d0a591b4cb39e494c95694fb589c | |
parent | bc178622d40d87e75abc131007342429c9b03351 [diff] |
Btrfs: return EIO if we have extent tree corruption The callers of lookup_inline_extent_info all handle getting an error back properly, so return an error if we have corruption instead of being a jerk and panicing. Still WARN_ON() since this is kind of crucial and I've been seeing it a bit too much recently for my taste, I think we're doing something wrong somewhere. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>