]> 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>
Thu, 29 Jun 2023 20:23:16 +0000 (13:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 22 Nov 2023 23:03:32 +0000 (15:03 -0800)
commitd904211b29b5b5536e09fab9c955d82b95f449e3
tree88ae1738e5c149a949c9a197489af840bc85e265
parentb942a6c136bb4e702b6508a364b0678db4817e8f
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