From: Jeff Mahoney Date: Tue, 4 Oct 2011 03:23:14 +0000 (-0400) Subject: btrfs: ->submit_bio_hook error push-up X-Git-Tag: v3.4-rc1~22^2~13^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=355808c296c6923db6705f43639969a80b16d15d;p=pandora-kernel.git btrfs: ->submit_bio_hook error push-up This pushes failures from the submit_bio_hook callbacks, btrfs_submit_bio_hook and btree_submit_bio_hook into the callers, including callers of submit_one_bio where it catches the failures with BUG_ON. It also pushes up through the ->readpage_io_failed_hook to end_bio_extent_writepage where the error is already caught with BUG_ON. Signed-off-by: Jeff Mahoney --- Reading git-diff-tree failed