Re: [PATCH 4/9] xfs: load next_agino from the correct xfarray in xrep_iunlink_relink_prev
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 20, 2026 at 08:25:51PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM notices that xrep_iunlink_relink_prev has the comment "set the > forward pointer..." but then loads the value from the xfarray that > stores pointers to the previous inode in the unlinked list. That's > wrong, so fix the variable access. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>