]> 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, 3 Jul 2024 21:21:56 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jul 2024 22:37:12 +0000 (15:37 -0700)
commit15e4c3e38d98b5ce5c55b18eede8c29cf6d1979e
tree2a4b88efdaa02ecde0c7b3c2b21dc0244a6a465d
parentb6c732782a31ebf346ce7117ed765d31a52af455
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>
db/check.c
repair/quotacheck.c