]> 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, 30 Jul 2024 00:13:19 +0000 (17:13 -0700)
commitb45175bd3fd3480a7606cf5523942cac3031b74f
treeb03f23df4fd6ee66b06b43486d0332398eb31fe5
parenta4b45840adaafb8f2a95c743e56f8eb704bfdc0b
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