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>
Thu, 3 Jan 2019 15:14:02 +0000 (08:14 -0700)
commitedefceef2549c2cc99cee10b89d416e54c7bea21
treec8ff6e568ae8fe58e06ba033a82c7cecf501f3fd
parent7bdf7bb6b8cc1f3642ecd021b51c987c75120d09
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