commit | bfacd1b8bf312264bd511d58f7dd980734bcf9b0 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Feb 28 14:30:21 2020 -0500 |
committer | Josef Bacik <josef@toxicpanda.com> | Fri Feb 28 14:30:21 2020 -0500 |
tree | 4a469e0f744aff3f13ead77f57769293fa4868af | |
parent | 1bfc23d8eae41161821513a48703ed38d6fd0cff [diff] |
btrfs: unset reloc control if we fail to recover If we fail to load an fs root, or fail to start a transaction we can bail without unsetting the reloc control, which leads to problems later when we free the reloc control but still have it attached to the file system. Signed-off-by: Josef Bacik <josef@toxicpanda.com>