xfs ioctl handler cleanups

Christoph Hellwig <[email protected]> Wed, 29 Jul 2026 15:02:59 +0200
Newsgroups org.kernel.vger.linux-xfs
Message-ID <[email protected]>
Hi all,

I've been annoyed at the KASAN stack usage warnings in xfs_file_ioctl
again recently, so let's sort this out properly by splitting each
ioctl handler into a separate, well-named helper.  We already do that
for most, but this series completes it.