aio: pass in user index to __io_submit_one()
authorJens Axboe <axboe@kernel.dk>
Fri, 4 Jan 2019 15:24:56 +0000 (08:24 -0700)
committerJens Axboe <axboe@kernel.dk>
Sun, 6 Jan 2019 20:52:48 +0000 (13:52 -0700)
commit0872e8af9f659721808f4d95f17b9cf194d89194
treeaf16f398e5374ceb696fa372ec1d38f9eaff00d3
parentf8ba2861da98c72526760277cb339096a8c73908
aio: pass in user index to __io_submit_one()

This is used for the user iocb pointer right now, but in preparation
for having iocbs not reside in userspace, unionize with a ki_index
and pass that in instead.

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