diff options
author | Qu Wenruo <wqu@suse.com> | 2021-09-27 10:21:46 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2021-10-26 20:08:03 +0300 |
commit | 584691748c0fa33866ad97f9e6ea69aa6ba64804 (patch) | |
tree | 30556a2f66da2ca9cc5ae30fa53426c3902a0c4e /scripts/generate_rust_analyzer.py | |
parent | 9e895a8f7e12326f6bd02e2910073d764320966b (diff) | |
download | linux-584691748c0fa33866ad97f9e6ea69aa6ba64804.tar.xz |
btrfs: don't pass compressed pages to btrfs_writepage_endio_finish_ordered()
Since async_extent holds the compressed page, it would trigger the new
ASSERT() in btrfs_mark_ordered_io_finished() which checks that the range
is inside the page.
Now btrfs_writepage_endio_finish_ordered() can accept @page == NULL,
just pass NULL to btrfs_writepage_endio_finish_ordered().
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions