commit | 6e137ed3f30574f314733d4b7a86ea6523232b14 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Tue Mar 26 15:26:55 2013 -0400 |
committer | Josef Bacik <jbacik@fusionio.com> | Thu Mar 28 09:51:27 2013 -0400 |
tree | b3ecd59c91104f4f236a92dbe98236d42dc70ce2 | |
parent | f4881bc7a83eff263789dd524b7c269d138d4af5 [diff] |
Btrfs: fix space accounting for unlink and rename We are way over-reserving for unlink and rename. Rename is just some random huge number and unlink accounts for tree log operations that don't actually happen during unlink, not to mention the tree log doesn't take from the trans block rsv anyway so it's completely useless. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>