Re: [PATCH 3/6] xfs: handle non-inode owners for rtrmap record checking
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 13, 2026 at 11:06:43PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <[email protected]> > > LOLLM noticed that two helper functions in the rtrmapbt scrub code don't > actually handle non-inode owners correctly -- CoW staging extents and > rgsuperblock extents are not shareable, but they are mergeable. Fix > these two helpers. The changes looks reasonable: Reviewed-by: Christoph Hellwig <[email protected]> But why do we consider RT superblocks mergable?