btrfs: pass btrfs_fs_info to btrfs_recover_relocation
authorJosef Bacik <josef@toxicpanda.com>
Fri, 18 Feb 2022 19:56:12 +0000 (14:56 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 28 Feb 2022 15:20:05 +0000 (16:20 +0100)
commite8a5027720af6c6721815f0afab005dbcd6ebee5
treee554750b71739be5e0424fdd078280c8fa6407bf
parent012b810918ff184d3b7b1f78992945fe0fb60d1f
btrfs: pass btrfs_fs_info to btrfs_recover_relocation

We don't need a root here, we just need the btrfs_fs_info, we can just
get the specific roots we need from fs_info.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/relocation.c