]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_scrub: index read-verify pools by xfs_device ids
authorDarrick J. Wong <djwong@kernel.org>
Wed, 18 Mar 2026 16:26:28 +0000 (09:26 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 9 Apr 2026 22:30:19 +0000 (15:30 -0700)
commit8a537ebc70669f8fa41a50668b982e73dffc3ac3
treeac653b7b698f5a3b6d8ff5b42c7e3d1619ad496f
parent95a92c5cecb2e168f4bef60066f067ce4b6ca2a5
xfs_scrub: index read-verify pools by xfs_device ids

Refactor the read-verify pool array in struct media_verify_state so that
we can index them via enum xfs_device.  This will enable further
cleanups in the next few patches.

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