]> www.infradead.org Git - nvme.git/commit
btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Wed, 5 Jun 2024 14:15:21 +0000 (16:15 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 11 Jul 2024 13:33:23 +0000 (15:33 +0200)
commit60f3dabdbc07ec831175b3296b601ea9c46d13a4
tree51bbe90f5acb879fb64b72c79c324bfd11cc2db2
parent17a21d79149b2421120e2f2f8fd7e32f789ae6c7
btrfs: pass a struct reloc_control to prealloc_file_extent_cluster()

Pass a 'struct reloc_control' to prealloc_file_extent_cluster()
instead of passing its members 'data_inode' and 'cluster' on their own.

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