]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: do not count metadata directory files when doing quotacheck
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:21 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:28 +0000 (18:01 -0800)
commit089c1e7d5b692785cebcb5f88d850b052d8f7047
treed69cc1b5d260a5fedc6593cb73e6c6be13ead65d
parent278d707272d91dfc39c624f67861edacb7cc828d
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/quotacheck.c