OSDN Git Service

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>
Mon, 2 Mar 2020 21:06:34 +0000 (14:06 -0700)
commitc2f2eb7d2c1cdc37fa9633bae96f381d33ee7a14
tree0ed460c061ef7bc1b9206bd9ed8daa3c9fa24e41
parent6fb614920b38bbf3c1c7fcd944c6d9b5d746103d
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