Re: [PATCH 5/8] btrfs: stop using block_rsv_release_bytes everywhere

2019-06-20 Thread Josef Bacik
On Thu, Jun 20, 2019 at 11:32:21AM +0300, Nikolay Borisov wrote: > > > On 19.06.19 г. 20:47 ч., Josef Bacik wrote: > > 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. > > > > Si

Re: [PATCH 5/8] btrfs: stop using block_rsv_release_bytes everywhere

2019-06-20 Thread Nikolay Borisov
On 19.06.19 г. 20:47 ч., Josef Bacik wrote: > 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 > --- > fs/btrfs/extent-tree.c | 14 ++ >

[PATCH 5/8] btrfs: stop using block_rsv_release_bytes everywhere

2019-06-19 Thread Josef Bacik
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 --- fs/btrfs/extent-tree.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/