mbox series

[0/3] Remove balance v1 ioctl

Message ID 20220330091407.1319454-1-nborisov@suse.com (mailing list archive)
Headers show
Series Remove balance v1 ioctl | expand

Message

Nikolay Borisov March 30, 2022, 9:14 a.m. UTC
It was slated for removal in 5.18. So here are the patches which remove the
relevant bits (patch 1 and 2). As a result of this simplification code can be
juggled around a bit so further simplify btrfs_ioctl_balance(patch 3).



Nikolay Borisov (3):
  btrfs: remove balance v1 ioctl
  btrfs: remove checks for arg argument in btrfs_ioctl_balance
  btrfs: simplify codeflow in btrfs_ioctl_balance

 fs/btrfs/ioctl.c | 69 ++++++++++++++++++------------------------------
 1 file changed, 25 insertions(+), 44 deletions(-)

--
2.25.1

Comments

Sweet Tea Dorminy March 30, 2022, 1:58 p.m. UTC | #1
On 3/30/22 05:14, Nikolay Borisov wrote:
> It was slated for removal in 5.18. So here are the patches which remove the
> relevant bits (patch 1 and 2). As a result of this simplification code can be
> juggled around a bit so further simplify btrfs_ioctl_balance(patch 3).
> 
> 
> 
> Nikolay Borisov (3):
>    btrfs: remove balance v1 ioctl
>    btrfs: remove checks for arg argument in btrfs_ioctl_balance
>    btrfs: simplify codeflow in btrfs_ioctl_balance
> 
>   fs/btrfs/ioctl.c | 69 ++++++++++++++++++------------------------------
>   1 file changed, 25 insertions(+), 44 deletions(-)
> 
> --
> 2.25.1

Reviewed-by: Sweet Tea Dorminy <sweettea-kernel@dorminy.me>
David Sterba March 30, 2022, 2:09 p.m. UTC | #2
On Wed, Mar 30, 2022 at 12:14:04PM +0300, Nikolay Borisov wrote:
> It was slated for removal in 5.18. So here are the patches which remove the
> relevant bits (patch 1 and 2). As a result of this simplification code can be
> juggled around a bit so further simplify btrfs_ioctl_balance(patch 3).
> 
> Nikolay Borisov (3):
>   btrfs: remove balance v1 ioctl
>   btrfs: remove checks for arg argument in btrfs_ioctl_balance
>   btrfs: simplify codeflow in btrfs_ioctl_balance

Added to misc-next, thanks. The first patch will go to 5.18 queue so we
adhere to the scheduled removal.