From: Josef Bacik Date: Fri, 8 Mar 2013 20:41:02 +0000 (-0500) Subject: Btrfs: return EIO if we have extent tree corruption X-Git-Tag: v3.9-rc3~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492104c866cb1b62a11393adccb477f5cd2c7768;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed