Track io_u state (free or in-flight)
authorJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 10:19:39 +0000 (11:19 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 22 Feb 2007 10:19:39 +0000 (11:19 +0100)
commit0c6e75175bcaf8d05bfa88aa8caa584fbb848b74
treef480af96f23bf6f40da9f30c198248ecaf1231c0
parent145dad6d3e1ae4bf44dd49eea9d0c025500b97d0
Track io_u state (free or in-flight)

That way we can catch proper use by fio, so we don't get stuck
in cleanup_pending_aio() if someone forgot to put_io_u() in an
error path.

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