Re: [PATCH 2/6] xfs: preserve owner on in-memory btree creation
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 12, 2026 at 10:25:56PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM points out a minor bug where a higher level function creating an > in-memory btree is required to pass in an owner number, but the creation > function erases that. In-memory btrees are ephemeral so this really > doesn't matter except for debugging. But let's fix this papercut. > > Cc: <[email protected]> # v6.9 Not really a stable candidate, is it? Otherwise looks good: Reviewed-by: Christoph Hellwig <[email protected]>