xfs: do not count metadata directory files when doing online quotacheck
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:18:58 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:33 +0000 (13:38 -0800)
commit13af229ee0dc348519202504961a178a2ed48102
tree8304d80dc0c85313125816b4cf2962bc54adff1a
parent679b098b59cf6d0fc10f2f66c68af4202686cbf9
xfs: do not count metadata directory files when doing online quotacheck

Previously, we stated that files in the metadata directory tree are not
counted in the dquot information.  Fix the online quotacheck code to
reflect this.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/quotacheck.c