]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_scrub: fix estimate of work items for phase 4
authorDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jun 2026 01:02:39 +0000 (18:02 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 30 Jun 2026 09:50:19 +0000 (11:50 +0200)
commit70d0a4f274641f9987a260d5d2aa04d10e274787
tree791933cebe5d63a2f052456e8f469c114df76f7f
parent4399db49dec0a04431f5c93960a5c73ac30fc8d0
xfs_scrub: fix estimate of work items for phase 4

Codex complains that the number of work items computed when estimating
the amount of work for phase 4 doesn't include the FSCOUNTERS and
QUOTACHECK items.  Add them back in.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
scrub/phase4.c