]> 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>
Thu, 1 Aug 2024 00:07:31 +0000 (17:07 -0700)
commit4b6f5482ba56620205346ae9dd5705238d45ac60
tree9ca3940642fb580de66adecb9b70a4fbbe52c672
parent47c68d7b2a3353f9b6f641bc7d628ce7a2f26de0
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