commit | c7b562c5480322ffaf591f45a4ff7ee089340ab4 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jun 29 10:57:10 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:45 2018 +0200 |
tree | 83804dd7478ebdcedd1704cd354e148f73eb5745 | |
parent | 176571a1f64f7670c87c3f8d3b50c11cc836110e [diff] |
btrfs: raid56: catch errors from full_stripe_write Add fall-back code to catch failure of full_stripe_write. Proper error handling from inside run_plug would need more code restructuring as it's called at arbitrary points by io scheduler. Signed-off-by: David Sterba <dsterba@suse.com>