windowsaio: initialize and map windowsaio IO structure to io_u
authorJens Axboe <axboe@kernel.dk>
Thu, 6 Dec 2012 19:30:38 +0000 (20:30 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Dec 2012 19:30:38 +0000 (20:30 +0100)
Instead of searching for a free entry everytime we enter
queue, do this when the io_u is setup. It's cleaner and
faster.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found