commit | 7b272d42d201d1b60392badf94e4f258adaf72b5 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Fri Feb 28 14:26:44 2020 -0500 |
committer | Josef Bacik <josef@toxicpanda.com> | Fri Feb 28 16:47:13 2020 -0500 |
tree | 7debfd5fd747e8550d9a26b61d19de81026d9a9d | |
parent | 4202997339f8dda55ed2250d4f985de5384c10b0 [diff] |
btrfs: clear BTRFS_ROOT_DEAD_RELOC_TREE before dropping the reloc root We were doing the clear dance for the reloc root after doing the drop of the reloc root, which means we have a giant window where we could miss having BTRFS_ROOT_DEAD_RELOC_TREE unset and the reloc_root == NULL. Signed-off-by: Josef Bacik <josef@toxicpanda.com>