Hi all, Let's retire some old ioctls that we don't want to support anymore! v2: target FSSETDM too, and various tweaks to the ALLOCSP log messages If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=xfs-5.17-kill-ioctls --- fs/xfs/libxfs/xfs_fs.h | 37 ++++------------- fs/xfs/xfs_bmap_util.c | 7 +-- fs/xfs/xfs_bmap_util.h | 2 - fs/xfs/xfs_file.c | 3 - fs/xfs/xfs_ioctl.c | 102 +++++++----------------------------------------- fs/xfs/xfs_ioctl.h | 6 --- fs/xfs/xfs_ioctl32.c | 27 ------------- fs/xfs/xfs_ioctl32.h | 4 -- 8 files changed, 27 insertions(+), 161 deletions(-)