workqueue: kill SW_F_EXITED
authorJens Axboe <axboe@fb.com>
Fri, 16 Sep 2016 18:48:32 +0000 (12:48 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 16 Sep 2016 18:48:32 +0000 (12:48 -0600)
commitd22042d2117b78e16b06bab0880422c417007d37
treebae874182c00a5d1cb95c2e76a0d73c3978ca73a
parent0caccfa716b44baecb197dd8fe4280935ca1413f
workqueue: kill SW_F_EXITED

We don't use the flag, it's set but never tested. On exit, we use
pthread_join() to wait for the thread to exit.

Signed-off-by: Jens Axboe <axboe@fb.com>
workqueue.c