]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit848dc09d082b7d39cd76a0603751dca46a7c0ce5
tree066d6d85f3ab6ea161ff4af6f82a3042321c6ded
parent558cf3b99a5cb3411d7b01da1392a5e25a0ddbd1
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