btrfs: remove the bdev argument to btrfs_rmap_block
authorChristoph Hellwig <hch@lst.de>
Mon, 12 Dec 2022 07:37:24 +0000 (08:37 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 15 Feb 2023 18:38:55 +0000 (19:38 +0100)
commit1eb82ef87336045459929d915b8050beaea92951
tree2677503ef8e84032823bb9a85fc52156f39b9a87
parent04f0847c4552b898ec5867a6b36f1e953330beae
btrfs: remove the bdev argument to btrfs_rmap_block

The only user in the zoned remap code is gone now, so remove the argument.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c
fs/btrfs/block-group.h
fs/btrfs/tests/extent-map-tests.c