workqueue: add a workqueue_work type
authorJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 05:20:02 +0000 (22:20 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 05:20:02 +0000 (22:20 -0700)
Don't pass in a struct io_u, that's specific to the use case of
using this for queueing IO. Use a generic work type, so we can reuse
this helper code for other purposes.

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

No differences found