X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=fs%2Fbtrfs%2Frelocation.c;h=c58245797f30af0c87b12e2c81fa98e4cbbe5a30;hb=78bac77b521b032f96077c21241cc5d5668482c5;hp=d897a8e5e430e5c35702bdb05f227ba49846ab0b;hpb=ec939e4c94bd3ef2fd4f34c15f8aaf79bd0c5ee1;p=mirror_ubuntu-jammy-kernel.git diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index d897a8e5e430..c58245797f30 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -4552,6 +4552,7 @@ int btrfs_recover_relocation(struct btrfs_root *root) fs_root = read_fs_root(fs_info, reloc_root->root_key.offset); if (IS_ERR(fs_root)) { err = PTR_ERR(fs_root); + list_add_tail(&reloc_root->root_list, &reloc_roots); goto out_free; }