diff options
author | Qu Wenruo <wqu@suse.com> | 2021-09-27 10:22:01 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-10-26 20:08:04 +0300 |
commit | 741ec653ab58f5f263f2b6df38157997661c7a50 (patch) | |
tree | eda35cc110f5c62b95ee1af5987e9fc117cb8194 /MAINTAINERS | |
parent | bbbff01a47bfe1b7733c5ccac6a78ff6d7a8954f (diff) | |
download | linux-741ec653ab58f5f263f2b6df38157997661c7a50.tar.xz |
btrfs: subpage: make end_compressed_bio_writeback() compatible
In end_compressed_writeback() we just clear the full page writeback.
For subpage case, if there are two delalloc ranges in the same page, the
2nd range will trigger a BUG_ON() as the page writeback is already
cleared by previous range.
Fix it by using btrfs_page_clamp_clear_writeback() helper.
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions