aio: split iocb init from allocation
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Dec 2018 16:56:25 +0000 (09:56 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Dec 2018 17:13:09 +0000 (10:13 -0700)
commita3992a03172a77cdd31a340365da74e822118ffd
tree6ae2162e5bbe733fdfe2a9d3813ada0daa1cece3
parenta25d1164cd68d3582eb7ce52da3a3b0291aea53f
aio: split iocb init from allocation

In preparation from having pre-allocated requests, that we then just
need to initialize before use.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/aio.c