On Mon, Nov 18, 2024 at 09:45:37PM -0800, Christoph Hellwig wrote: > On Mon, Nov 18, 2024 at 03:05:17PM -0800, Darrick J. Wong wrote: > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > > > In the same vein as the previous patch, there's no point in the metapath > > scrub setup function doing a lookup on the quota metadir just so it can > > validate that lookups work correctly. Instead, retain the quota > > directory inode in memory so that we can check this. > > The commit log here feels a bit sloppy - it keeps the quotadir inode > in memory for the entire life time of the file system, and not just > the scrub as the above implicitly would imply to me. Maybe clarify > this a bit? Ok, how about: "In the same vein as the previous patch, there's no point in the metapath scrub setup function doing a lookup on the quota metadir just so it can validate that lookups work correctly. Instead, retain the quota directory inode in memory for the lifetime of the mount so that we can check this meaningfully." > Otherwise looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Thanks! --D