]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: pass reloc_control to setup_relocation_extent_mapping()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Wed, 5 Jun 2024 14:45:48 +0000 (16:45 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:23 +0000 (15:33 +0200)
commit6d81df75af5a5cfb8bfc0a17cd3e43cb927216ab
tree074970d968b61250be8d8fb1a69d873a7335410d
parent60f3dabdbc07ec831175b3296b601ea9c46d13a4
btrfs: pass reloc_control to setup_relocation_extent_mapping()

All parameters passed into setup_relocation_extent_mapping() can be
derived from 'struct reloc_control', so only pass in a 'struct
reloc_control'.

Reviewed-by: Josef Bacik <josef@toxicpanda.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/relocation.c