commit | 7b5ff90ed081787ec0765ceb4fe5ccf5677493a6 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Thu Jun 06 10:29:40 2013 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Sat Jun 08 15:07:53 2013 -0400 |
tree | fd0bffca467dde8ac29405004e8bf81be0725f11 | |
parent | c5cb6a0573bef87e098ee3cd946115ebe60a910e [diff] |
Btrfs: don't delete fs_roots until after we cleanup the transaction We get a use after free if we had a transaction to cleanup since there could be delayed inodes which refer to their respective fs_root. Thanks Reported-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>