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>
Sun, 6 Jan 2019 20:52:49 +0000 (13:52 -0700)
commit21c5869a80b8ff25541fb498b34a592d31bc2927
tree88abf9b9924a53dc04b0c359c676d4b24bf6d7e2
parent9c44a0856b76beaa62872b909ce156c9e1bf3b4d
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