Re: [PATCH 1/6] xfs: only check mergeability of bnobt records
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 23, 2026 at 11:21:16PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > In the cntbt (free space by block count) btree, records are not supposed > to be in startblock order. Hence the mergeability check is pointless. > Remove it, since it does nothing, as LOLLM points out. Looks good: Reviewed-by: Christoph Hellwig <[email protected]>