On Thu, Apr 10, 2025 at 08:14:24AM +0200, Christoph Hellwig wrote: > On Wed, Apr 09, 2025 at 08:58:46AM -0700, Darrick J. Wong wrote: > > On Wed, Apr 09, 2025 at 09:55:29AM +0200, Christoph Hellwig wrote: > > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > > > > I wonder why the other xfs_report_geom change (about the realtime device > > name reporting) wasn't in this patch? > > Good question. I gave it a quick try and it seems to work out much > better indeed and also solve the rtstart issue mentioned earlier. <nod> I usually try to keep the FIXUP changes to the bare minimum that makes compilation work again, and push everything else until after the libxfs rebase part. It sort of kept things sane. --D