Re: [PATCH 16/16] btrfs: open code set_balance_control

2018-04-09 Thread Anand Jain
On 04/04/2018 02:34 AM, David Sterba wrote: The helper is quite simple and I'd like to see the locking in the caller. Signed-off-by: David Sterba For the version at: git://github.com/kdave/btrfs-devel dev/remove-volume-mutex Reviewed-by: Anand Jain

[PATCH 16/16] btrfs: open code set_balance_control

2018-04-03 Thread David Sterba
The helper is quite simple and I'd like to see the locking in the caller. Signed-off-by: David Sterba --- fs/btrfs/volumes.c | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index