commit | fed14b323db868c3ac0071925763964a6ca58883 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@toxicpanda.com> | Wed Jun 19 13:47:19 2019 -0400 |
committer | David Sterba <dsterba@suse.com> | Tue Jul 02 12:30:54 2019 +0200 |
tree | 049ee767fcb3cfb9f5772aed4c55bb64ed845a1b | |
parent | 0b50174ad5e9fb32abcfdb10b1a14e76a72b20e6 [diff] |
btrfs: export __btrfs_block_rsv_release The delalloc reserve stuff calls this directly because it cares about the qgroup accounting stuff, so export it so we can move it around. Fix btrfs_block_rsv_release() to just be a static inline since it just calls __btrfs_block_rsv_release() with NULL for the qgroup stuff. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>