aio: pass in user index to __io_submit_one()
authorJens Axboe <axboe@kernel.dk>
Fri, 14 Dec 2018 16:04:13 +0000 (09:04 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 3 Jan 2019 15:14:03 +0000 (08:14 -0700)
commit8a70e218b7d296cf646d875581857b6c29560607
tree57a7114a40a2b25a05cc09fcf59b15f54ff673e1
parentedd562540adc6b3af8e47188b1b718fd000177ed
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