xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE
authorChristoph Hellwig <hch@lst.de>
Wed, 13 Nov 2019 05:12:15 +0000 (21:12 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 14 Nov 2019 02:22:41 +0000 (18:22 -0800)
commit8234532fd4006266c2e5a4cb1cd98925fb9f3a4b
tree102bda5abe0598f47837d3695651041f17a8fba5
parenteb0d21637f893b545a320595e8b3ebef5b819433
xfs: remove XFS_IOC_FSSETDM and XFS_IOC_FSSETDM_BY_HANDLE

Thes ioctls set DMAPI specific flags in the on-disk inode, but there is
no way to actually ever query those flags.  The only known user is
xfsrestore with the -D option, which is documented to be only useful
inside a DMAPI enviroment, which isn't supported by upstream XFS.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl.h
fs/xfs/xfs_ioctl32.c
fs/xfs/xfs_ioctl32.h