btrfs: stop using block_rsv_release_bytes everywhere
authorJosef Bacik <josef@toxicpanda.com>
Wed, 19 Jun 2019 17:47:21 +0000 (13:47 -0400)
committerDavid Sterba <dsterba@suse.com>
Tue, 2 Jul 2019 10:30:54 +0000 (12:30 +0200)
commit424a47805a819ff59ada9549c4a21fe0ba95c446
treed92ed7cc5ac394ba2bc80345addb2b354a733146
parentfcec36224fc674953eadfca05c69225e6595641b
btrfs: stop using block_rsv_release_bytes everywhere

block_rsv_release_bytes() is the internal to the block_rsv code, and
shouldn't be called directly by anything else.  Switch all users to the
exported helpers.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c