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, 27 Feb 2020 21:21:22 +0000 (14:21 -0700)
commit6e09bc1fa94a00cb9bfcb111f1b0203574a551da
treedeb181775b522ee307e2bd39ea9167a61fd4b751
parent3b668ecf75f94f40c1faf9688ba3f32fb5e9f5d0
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