]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61a86c34197e711849a1ee7b76200ff86d16810d
tree0ed460c061ef7bc1b9206bd9ed8daa3c9fa24e41
parent900553eb7ee89a43c6e3379c92794e5ffe74e93d
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