Re: [RFC PATCH] xfs: test unlinked inode list checking and repair with loops
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:41:05PM -0700, Darrick J. Wong wrote: > +# From the AGI definition > +XFS_AGI_UNLINKED_BUCKETS=64 > +NULLAGINO="0xffffffff" Oh fun, on-disk formats in bash :) The tests themselves looks good to me, but by now everyone should know I am not to be trusted on advanced bash code.. Reviewed-by: Christoph Hellwig <[email protected]>