Btrfs: add transaction space reservation tracepoints
authorJosef Bacik <jbacik@fb.com>
Wed, 13 Jan 2016 18:21:20 +0000 (13:21 -0500)
committerDavid Sterba <dsterba@suse.com>
Thu, 18 Feb 2016 10:22:41 +0000 (11:22 +0100)
commit88d3a5aaf6171d9a222961837ba329b850f140e3
tree299737a955fc7d32f0edd0fdd8a16c60522fe677
parentdc95f7bfc57fa4b75a77d0da84d5db249d74aa3f
Btrfs: add transaction space reservation tracepoints

There are a few places where we add to trans->bytes_reserved but don't have the
corresponding trace point.  With these added my tool no longer sees transaction
leaks.

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/transaction.c