]> git.baikalelectronics.ru Git - kernel.git/commit
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, 14 Mar 2022 12:13:52 +0000 (13:13 +0100)
commit8e28d9c09bb807b6a343a9f4b5a7e58f88f8b7dc
tree24a4e070bef416f3433c12578189c0e54ecca5d1
parent5491fa54f0006629cb9d1a6af2b944e043d38f45
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