iolog: don't use the workqueue for sync work
authorJens Axboe <axboe@fb.com>
Thu, 5 May 2016 16:49:14 +0000 (10:49 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 5 May 2016 16:49:14 +0000 (10:49 -0600)
commit78e93aa64f486e3ad7b157a20439f9baa5b3b29c
tree59191bffc1436ea09d78385d2bac3be92cc4a91d
parent4e2d9699d87459cc0aeff80cb135af2db5f3bd84
iolog: don't use the workqueue for sync work

Just run it inline. We'll need this going forward, since we can't
always rely on the proper shared memory from the helper thread.

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