diff options
author | Josef Bacik <josef@toxicpanda.com> | 2023-01-27 00:01:00 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-02-15 21:38:54 +0300 |
commit | 79b02ec1d8ce1fafc8c39f888dbba6a3aa9a35cc (patch) | |
tree | dd9ca3258bbcebfa51c1ad7104e4a331ddaa3084 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 98c8d683c291285be35c50579ac984e71d17ddc1 (diff) | |
download | linux-79b02ec1d8ce1fafc8c39f888dbba6a3aa9a35cc.tar.xz |
btrfs: replace btrfs_wait_tree_block_writeback by wait_on_extent_buffer_writeback
This is used in the tree-log code and is a holdover from previous
iterations of extent buffer writeback. We can simply use
wait_on_extent_buffer_writeback here, and remove
btrfs_wait_tree_block_writeback completely as it's equivalent (waiting
on page write writeback).
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions