diff options
author | 2021-09-27 15:21:46 +0800 | |
---|---|---|
committer | 2021-10-26 19:08:03 +0200 | |
commit | 584691748c0fa33866ad97f9e6ea69aa6ba64804 (patch) | |
tree | 30556a2f66da2ca9cc5ae30fa53426c3902a0c4e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | btrfs: use async_chunk::async_cow to replace the confusing pending pointer (diff) | |
download | wireguard-linux-584691748c0fa33866ad97f9e6ea69aa6ba64804.tar.xz wireguard-linux-584691748c0fa33866ad97f9e6ea69aa6ba64804.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions