Skip to content

Commit d03ae0d

Browse files
lorddoskiaskdave
authored andcommitted
btrfs: remove support of balance v1 ioctl
It was scheduled for removal in kernel v5.18 commit 6c405b2 ("btrfs: deprecate BTRFS_IOC_BALANCE ioctl") thus its time has come. Reviewed-by: Sweet Tea Dorminy <sweettea-kernel@dorminy.me> Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 6d82ad1 commit d03ae0d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

fs/btrfs/ioctl.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5456,8 +5456,6 @@ long btrfs_ioctl(struct file *file, unsigned int
54565456
return btrfs_ioctl_fs_info(fs_info, argp);
54575457
case BTRFS_IOC_DEV_INFO:
54585458
return btrfs_ioctl_dev_info(fs_info, argp);
5459-
case BTRFS_IOC_BALANCE:
5460-
return btrfs_ioctl_balance(file, NULL);
54615459
case BTRFS_IOC_TREE_SEARCH:
54625460
return btrfs_ioctl_tree_search(inode, argp);
54635461
case BTRFS_IOC_TREE_SEARCH_V2:

0 commit comments

Comments
 (0)