Re: [PATCH 1/3] xfs: remove tag parameter from xfs_inode_walk{,_ag}
From: Christoph Hellwig <hch@infradead.org> Date: 2021-03-19 16:49:47
On Fri, Mar 19, 2021 at 09:43:54AM -0700, Darrick J. Wong wrote:
One thing that occurs to me -- do the quota and rt metadata inodes end
up on the sb inode list? The rt metadata inodes definitely contribute
to the root dquot's inode counts.
Yes, everything going through xfs_iget ends up on ->s_inodes. But they
a) don't have dquots and b) we specifically skip the quota inodes (but
not the RT ones) in the existing code already.