Re: [PATCH 1/6] xfs: set xfarray killable sort correctly
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 13, 2026 at 11:06:12PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM noticed that we *disable* interruptible sorts when the KILLABLE > flag is set. This is backwards. Fix the incorrect logic, and rename > the variable to make the connection more obvious. Looks good: Reviewed-by: Christoph Hellwig <[email protected]> Can we come up with a test that actually kills a sort somewhat reliably?