]> www.infradead.org Git - nvme.git/commit
btrfs: pass a reloc_control to relocate_one_folio()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Tue, 4 Jun 2024 15:32:37 +0000 (17:32 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:23 +0000 (15:33 +0200)
commit912eea7e24543661e77df1f1ccc05ea35c6ea029
tree765cc0a06771477d1702fd0ba2b2a16d12d1d2ee
parent2e9e8dcdd5649690bf03dbbe8e652061f5512b8f
btrfs: pass a reloc_control to relocate_one_folio()

Pass a struct reloc_control to relocate_one_folio, instead of passing
it's members data_inode and cluster as separate arguments to the function.

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