All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET v2 0/3] xfs: kill dead ioctls for 5.17
@ 2022-01-11 23:22 Darrick J. Wong
  2022-01-11 23:22 ` [PATCH 1/3] xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Darrick J. Wong @ 2022-01-11 23:22 UTC (permalink / raw)
  To: djwong; +Cc: Dave Chinner, Eric Sandeen, linux-xfs

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(-)


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-01-13 13:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 23:22 [PATCHSET v2 0/3] xfs: kill dead ioctls for 5.17 Darrick J. Wong
2022-01-11 23:22 ` [PATCH 1/3] xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctls Darrick J. Wong
2022-01-13  3:47   ` Dave Chinner
2022-01-13 13:15     ` Roger Willcocks
2022-01-11 23:22 ` [PATCH 2/3] xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions Darrick J. Wong
2022-01-11 23:22 ` [PATCH 3/3] xfs: remove the XFS_IOC_FSSETDM definitions Darrick J. Wong
2022-01-13  3:53   ` Dave Chinner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.