Re: xfs ioctl handler cleanups
"Darrick J. Wong" <[email protected]> Wed, 29 Jul 2026 08:29:11 -0700
| Newsgroups | org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <20260729152911.GV2901224@frogsfrogsfrogs> |
On Wed, Jul 29, 2026 at 03:02:59PM +0200, Christoph Hellwig wrote: > 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. The whole series looks fine to me: Reviewed-by: "Darrick J. Wong" <[email protected]> --D