From: Josef Bacik Date: Fri, 28 Jan 2011 18:44:44 +0000 (+0000) Subject: Btrfs: do error checking in btrfs_del_csums X-Git-Tag: v2.6.38-rc4~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0397a7a97f55fd7f70998ec208c5d8b90310ff;p=pandora-kernel.git Btrfs: do error checking in btrfs_del_csums Got a report of a box panicing because we got a NULL eb in read_extent_buffer. His fs was borked and btrfs_search_path returned EIO, but we don't check for errors so the box paniced. Yes I know this will just make something higher up the stack panic, but that's a problem for future Josef. Thanks, Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed