[PATCH] ->queue() error handling
authorJens Axboe <jens.axboe@oracle.com>
Wed, 25 Oct 2006 07:16:07 +0000 (09:16 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 25 Oct 2006 07:16:07 +0000 (09:16 +0200)
commit353a7e0eb6d80d03016b2ce639f33c554e8546b7
treeb93818406b1fea19317d269d9e67e361941df6b9
parent795407caa899ae9b430361ee12543aee41a8e418
[PATCH] ->queue() error handling

We return 1/0 for failure/success and put the error in io_u->error.
The libaio engine didn't quite do that.

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