]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: do not count metadata directory files when doing quotacheck
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 22:54:07 +0000 (15:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:09 +0000 (16:29 -0700)
commit1138275bd9bede91c8330b04c4ba6e7021f33b95
treeb872a64f38764d358a667ddadcf06146bbd45430
parentae6cd41edaee63291c2c618c7d5da8c3a139e7f0
xfs_repair: do not count metadata directory files when doing quotacheck

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

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
repair/quotacheck.c