]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - scrub/phase6.c
xfs_scrub: only call read_verify_force_io once per pool
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 17 Oct 2019 02:35:26 +0000 (22:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 17 Oct 2019 02:35:26 +0000 (22:35 -0400)
commit22d658ecc4c63c235ffcfc569c7f34df92696725
tree4012fa04065aad9c4a83eb1a6371ed1971450230
parent601ebcd8f062423c6cdae176c19e8f78002ecb3f
xfs_scrub: only call read_verify_force_io once per pool

There's no reason we need to call read_verify_force_io every AG; we can
just let the request aggregation code do its thing and push when we're
totally done browsing the fsmap information.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
scrub/phase6.c
scrub/read_verify.c