]> 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)
commit36ac32c32e0b3d4eb95fa6e917acd8f292ccae15
tree24a4e070bef416f3433c12578189c0e54ecca5d1
parent85b5081295dd6d7f5dd4f520db0f5556fb32a72f
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