diff options
author | Qu Wenruo <wqu@suse.com> | 2019-03-20 14:27:42 +0800 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-04-29 19:02:23 +0200 |
commit | 3065976b045f77a910809fa7699f99a1e7c0dbbb (patch) | |
tree | 23dd10206fd9f4ee11e97065bb545eaa592ae944 /fs/btrfs/compression.c | |
parent | f4340622e02261fae599e3da936ff4808b418173 (diff) |
btrfs: extent_io: Handle errors better in extent_write_full_page()
Since now flush_write_bio() could return error, kill the BUG_ON() first.
Then don't call flush_write_bio() unconditionally, instead we check the
return value from __extent_writepage() first.
If __extent_writepage() fails, we do cleanup, and return error without
submitting the possible corrupted or half-baked bio.
If __extent_writepage() successes, then we call flush_write_bio() and
return the result.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/compression.c')
0 files changed, 0 insertions, 0 deletions