btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Wed, 8 May 2024 11:14:47 +0000 (13:14 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:16 +0000 (15:33 +0200)
commit3ef6adef12bccdf9dd7fcb50deb930dee4b52bc9
treefb60027f30be777f9711153c62370aec1e953721
parent34064fc3c9b557789a33214de0af6d6e09e4a0c8
btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()

Passing in a 'struct btrfs_io_geometry into handle_ops_on_dev_replace
can reduce the number of arguments by two.

No functional changes otherwise.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/volumes.c