]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: fix workqueue error communication problems
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 15 Oct 2019 16:54:20 +0000 (12:54 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 15 Oct 2019 16:54:20 +0000 (12:54 -0400)
commit9d57cbfc57ea85de6a22b493085289b0cd5cf030
treefd6c12920f35ffd5d2da03b9095272a7f4268504
parent6040b5d560b84373769244ffdc856a13fb490a56
libfrog: fix workqueue error communication problems

Convert workqueue functions to return errno errors from the C library,
then convert the callers to use str_liberror to report the runtime
error.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
[sandeen: udpate commit log]
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libfrog/workqueue.c
scrub/fscounters.c
scrub/inodes.c
scrub/phase2.c
scrub/phase4.c
scrub/read_verify.c
scrub/spacemap.c
scrub/vfs.c