commit | 6bdf131fac2336adb1a628f992ba32384f653a55 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Fri Sep 02 15:25:43 2016 -0400 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 26 18:08:44 2016 +0200 |
tree | 1fa2a56a821b5b40a704e535c8c37734a39354a2 | |
parent | e2c8990734874061d144184dbf0d66e2827c216f [diff] |
Btrfs: don't leak reloc root nodes on error We don't track the reloc roots in any sort of normal way, so the only way the root/commit_root nodes get free'd is if the relocation finishes successfully and the reloc root is deleted. Fix this by free'ing them in free_reloc_roots. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>