xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions
authorDarrick J. Wong <djwong@kernel.org>
Tue, 21 Dec 2021 21:07:38 +0000 (13:07 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Mon, 17 Jan 2022 17:17:11 +0000 (09:17 -0800)
commitb3bb9413e717b44e4aea833d07f14e90fb91cf97
tree066d6d85f3ab6ea161ff4af6f82a3042321c6ded
parent4d1b97f9ce7c0d2af2bb85b12d48e6902172a28e
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions

Now that we've made these ioctls defunct, move them from xfs_fs.h to
xfs_ioctl.c, which effectively removes them from the publicly supported
ioctl interfaces for XFS.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
fs/xfs/libxfs/xfs_fs.h
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl32.h