]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub: remove pointless xfs_verify_error_info struct
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 26 Apr 2019 20:40:42 +0000 (15:40 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2019 20:40:42 +0000 (15:40 -0500)
commited5f9cc7747bd11f6f25a7e4417c1ac5760a73fe
tree26dcef42832a4c7b92fe884d64148466fb8acb03
parent557f98d760514bf93d7992f0b872373770bf717d
xfs_scrub: remove pointless xfs_verify_error_info struct

The xfs_verify_error_info structure is a strict subset of
media_verify_info so just pass that around.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
[sandeen: rename another variable to match structure]
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
scrub/phase6.c