Wire up SIGUSR2 to kill blocking threads
authorJens Axboe <axboe@kernel.dk>
Fri, 30 Nov 2012 20:46:06 +0000 (21:46 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Nov 2012 20:46:06 +0000 (21:46 +0100)
commit36d80bc7c7f7fbc2612941b7dd7ceaf645798c7f
tree9156f8f323bc334372eed1038bdb4fce6b6a2d12
parentf7161017b75f5d3526147d42d3b583973922c444
Wire up SIGUSR2 to kill blocking threads

Get rid of io engine ops SIGTERM flag, it didn't really
work.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
backend.c
engines/net.c
fio.h
ioengine.h
libfio.c