]> 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>
Wed, 31 Jul 2024 01:46:48 +0000 (18:46 -0700)
commit7f3a835b3f7d2005386de6af36a4514b72049b09
treed0b535910efb8e8d45bc93da74b75d84f103f2b4
parenta03693913140b5f668f2ca3b002a252db8c26221
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