Allow termination during io_u building
authorJens Axboe <jens.axboe@oracle.com>
Thu, 26 Apr 2007 11:47:07 +0000 (13:47 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 26 Apr 2007 11:47:07 +0000 (13:47 +0200)
commitdb1cd90b90d4d5c49db90d5afeb79ea3a3b034d1
tree3121e09c4b552f59b57bc2412a97a17c8e7b21c9
parent019b18e81e3b129bcf1a3e1bb10d172498f3cd2f
Allow termination during io_u building

If we are setting up gigabytes of io buffers, it can take many seconds
for that operation to complete. If the user wishes to abort, fio wont
honor that request. Fix that.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c