]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: remove old workqueue stuff in favor of libfrog code
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 6 Dec 2017 15:17:08 +0000 (09:17 -0600)
committerEric Sandeen <sandeen@redhat.com>
Wed, 6 Dec 2017 15:17:08 +0000 (09:17 -0600)
commit62843f3671b5fffa8b07ffa2df5cd98cc8b20912
tree4e81c2e3d1e7e629e796a9d27865c36c0a544463
parent852fe0131d1647bb89cf6d894348091d8a8c68be
xfs_repair: remove old workqueue stuff in favor of libfrog code

Now that we've made a generic workqueue in libfrog, we can remove the
implementation in xfs_repair and turn the old functions into wrappers
that call do_error if they fail.  There are no functional changes in
this patch, though some of the names and types have changed.

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>
repair/phase3.c
repair/phase4.c
repair/phase6.c
repair/phase7.c
repair/prefetch.c
repair/prefetch.h
repair/scan.c
repair/slab.c
repair/threads.c
repair/threads.h