diff options
author | Josef Bacik <josef@toxicpanda.com> | 2023-01-26 16:01:00 -0500 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-02-15 19:38:54 +0100 |
commit | 79b02ec1d8ce1fafc8c39f888dbba6a3aa9a35cc (patch) | |
tree | dd9ca3258bbcebfa51c1ad7104e4a331ddaa3084 /fs/nfs | |
parent | 98c8d683c291285be35c50579ac984e71d17ddc1 (diff) |
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 'fs/nfs')
0 files changed, 0 insertions, 0 deletions