commit | 0182d7a18b113827e74b583ad56b4a5038a42fd4 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Wed Nov 07 14:20:34 2012 -0500 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Dec 05 11:33:54 2012 -0500 |
tree | 01a964dffc4ca381756ed3b9bc69b72a91021a98 | |
parent | 1b213953f0cb91f3002214b5d8b091c96e3d78eb [diff] |
Btrfs: don't pin down freed tree log blocks There won't be that many and setting bits on the extent io tree is a hefty cost for something we have to wait on. So instead hold the blocks for use after the transaction commits. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>