io_uring: store io_kiocb in wait->private
authorJens Axboe <axboe@kernel.dk>
Mon, 10 Feb 2020 16:07:05 +0000 (09:07 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 13 Feb 2020 00:44:07 +0000 (17:44 -0700)
commita2289fdffe46c57b0918dd2a3c90a7c2293ad4e3
tree44da108ad196df4206a1941035252dee96988eda
parent7563439adfae153b20331f1567c8b5d0e5cbd8a7
io_uring: store io_kiocb in wait->private

Store the io_kiocb in the private field instead of the poll entry, this
is in preparation for allowing multiple waitqueues.

No functional changes in this patch.

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