btrfs: splice rc->reloc_roots onto reloc roots in recover If we have an error while processing the reloc roots we could leak roots that were added to rc->reloc_roots before we hit the error. Handle this by splicing rc->reloc_roots onto our local reloc_roots list so they are properly cleaned up. Signed-off-by: Josef Bacik <josef@toxicpanda.com>