commit | 355808c296c6923db6705f43639969a80b16d15d | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Mon Oct 03 23:23:14 2011 -0400 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:34 2012 +0100 |
tree | c8f7e1877935fcbfdb0937fea7cd2b29dc474f71 | |
parent | 3444a97255de907f32562741fb6d104620b9fce3 [diff] |
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 <jeffm@suse.com>