]> www.infradead.org Git - nvme.git/commit
btrfs: pass a reloc_control to relocate_file_extent_cluster()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 4 Jun 2024 11:28:25 +0000 (13:28 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:23 +0000 (15:33 +0200)
commit2e9e8dcdd5649690bf03dbbe8e652061f5512b8f
tree654772d256dc12d19cac8a8c49732ecafef9fad9
parentfa4adfc786891b4bfc28b44521585f3eb52bf72c
btrfs: pass a reloc_control to relocate_file_extent_cluster()

Instead of passing in a reloc_control's data_inode and
file_extent_cluster members, pass in the whole reloc_control structure.

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