]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions libxfs-5.17-sync_2022-05-05
authorDarrick J. Wong <djwong@kernel.org>
Tue, 11 Jan 2022 23:55:23 +0000 (15:55 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 5 May 2022 15:56:13 +0000 (08:56 -0700)
commit445a7e49f393fa15cdc2928ebb807222b4293c43
treee969be4d8a5c44a235a9536cc82faf9a3f14e379
parentd1594165602e1cbb2e189d6b7fb12e1d63db10fe
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions

Source kernel commit: 19d27dda705b6a46b96cedc35f283efe58fc9050

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>
io/prealloc.c
libxfs/xfs_fs.h
man/man3/xfsctl.3
man/man8/xfs_io.8