Skip to content
Commit 6e137ed3 authored by Josef Bacik's avatar Josef Bacik
Browse files

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: default avatarJosef Bacik <jbacik@fusionio.com>
parent f4881bc7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment