On Mon, Dec 09, 2024 at 10:17:25PM -0800, Christoph Hellwig wrote: > On Fri, Dec 06, 2024 at 04:19:17PM -0800, Darrick J. Wong wrote: > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > > > Handle quota inodes on metadir filesystems. > > Maybe write a slightly longer commit log to explain what this means? I now have: "xfs_repair: support quota inodes in the metadata directory "Handle quota inodes on metadir filesystems. This means that we have to discover whatever quota inodes exist by looking in /quotas instead of the superblock, and mend any broken metadir tree links might exist." > Otherwise looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Thanks for all your help getting the metadir/rtgroups userspace changes reviewed! --D