]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libfrog: fix missing error checking in workqueue code
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 15 Oct 2019 16:54:35 +0000 (12:54 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 15 Oct 2019 16:54:35 +0000 (12:54 -0400)
commitbfd9b38b1ebfeef7a278b4b4c861fa1452a32bbe
tree3079a8c26d5944dc544533b2e617638a1a2df744
parent9d57cbfc57ea85de6a22b493085289b0cd5cf030
libfrog: fix missing error checking in workqueue code

Fix all the places in the workqueue code where we fail to check return
values and blindly keep going when we shouldn't.

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>
libfrog/workqueue.c