diff options
| author | Qu Wenruo <wqu@suse.com> | 2019-03-20 09:27:42 +0300 |
|---|---|---|
| committer | David Sterba <dsterba@suse.com> | 2019-04-29 20:02:23 +0300 |
| commit | 3065976b045f77a910809fa7699f99a1e7c0dbbb (patch) | |
| tree | 23dd10206fd9f4ee11e97065bb545eaa592ae944 /tools/perf/scripts/python/stackcollapse.py | |
| parent | f4340622e02261fae599e3da936ff4808b418173 (diff) | |
| download | linux-3065976b045f77a910809fa7699f99a1e7c0dbbb.tar.xz | |
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 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
