]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_scrub: dispatch the various phases of the scrub program
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 2 Feb 2018 15:32:45 +0000 (09:32 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 2 Feb 2018 15:32:45 +0000 (09:32 -0600)
commit173a02839e85915bd4feca0170fd6a0ca87d3bb9
tree1430dd7e235d522e8d048951ddad308c7ac0ced6
parent828105d1922556ce8e9d31cc2693ed88ebf5f87c
xfs_scrub: dispatch the various phases of the scrub program

Create the dispatching routines that we'll use to call out to each
separate phase of the program.

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>
configure.ac
include/builddefs.in
m4/package_libcdev.m4
scrub/Makefile
scrub/common.c
scrub/common.h
scrub/xfs_scrub.c