commit | dc95f7bfc57fa4b75a77d0da84d5db249d74aa3f | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Wed Jan 13 11:48:06 2016 -0500 |
committer | David Sterba <dsterba@suse.com> | Thu Feb 18 11:22:24 2016 +0100 |
tree | 701b1ece85b20b5082e816958bc28c51c8a5d9cd | |
parent | fb4b10e5d56639389fbc46dc8a87e81578af0b64 [diff] |
Btrfs: fix truncate_space_check truncate_space_check is using btrfs_csum_bytes_to_leaves() but forgetting to multiply by nodesize so we get an actual byte count. We need a tracepoint here so that we have the matching reserve for the release that will come later. Also add a comment to make clear what the intent of truncate_space_check is. Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: David Sterba <dsterba@suse.com>