iolog: replace tp usage with workqueue
authorJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 18:35:39 +0000 (11:35 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 8 Dec 2015 18:35:39 +0000 (11:35 -0700)
commit155f2f027b34321f6f5abe79c09ece8ecca25046
treed27bcb411e91146155c27bf35e4c343fa81205ca
parentf6496ba7d984b42602d2066837547eeb05b480f0
iolog: replace tp usage with workqueue

Now that workqueue.c is generic enough to handle any kind of
work offloading, convert the online log compression to workqueue
usage and kill off lib/tp.*

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
fio.h
iolog.c
iolog.h
lib/tp.c [deleted file]
lib/tp.h [deleted file]
rate-submit.c
workqueue.h