]> www.infradead.org Git - nvme.git/commit
btrfs: pass reloc_control to relocate_data_extent()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 4 Jun 2024 11:15:34 +0000 (13:15 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:23 +0000 (15:33 +0200)
commitfa4adfc786891b4bfc28b44521585f3eb52bf72c
tree86b5575a96ca1e1dec64b5a93a01ad238b981d7b
parent8b62f14d990213de8fb3b15d7fab18816314aab3
btrfs: pass reloc_control to relocate_data_extent()

Pass a 'struct reloc_control' to relocate_data_extent() instead of
it's data_inode and file_extent_cluster separately.

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