Re: [PATCH 4/6] xfs: fix parent rec lookup initialization in xrep_metapath_unlink
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.stable,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 24, 2026 at 10:35:26PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM notices that xrep_metapath_unlink looks for a parent pointer in > the child metafile that it's removing, but initializes the parent handle > using the child. This is obviously incorrect, so fix that. Eww. Can we come up with a reproducer for this? The fix looks good: Reviewed-by: Christoph Hellwig <[email protected]>