diff options
author | 2023-01-26 16:01:00 -0500 | |
---|---|---|
committer | 2023-02-15 19:38:54 +0100 | |
commit | 79b02ec1d8ce1fafc8c39f888dbba6a3aa9a35cc (patch) | |
tree | dd9ca3258bbcebfa51c1ad7104e4a331ddaa3084 /drivers/gpu/drm/amd/amdgpu | |
parent | btrfs: combine btrfs_clear_buffer_dirty and clear_extent_buffer_dirty (diff) | |
download | wireguard-linux-79b02ec1d8ce1fafc8c39f888dbba6a3aa9a35cc.tar.xz wireguard-linux-79b02ec1d8ce1fafc8c39f888dbba6a3aa9a35cc.zip |
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 'drivers/gpu/drm/amd/amdgpu')
0 files changed, 0 insertions, 0 deletions