io_uring: pass hash table into poll_find
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 16 Jun 2022 09:22:09 +0000 (10:22 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Jun 2022 14:25:39 +0000 (08:25 -0600)
commit0c0cf2fe90f0ad604d862f3ad31ee5ea0a85f230
tree9f45888c3c19981ad4d1fd00e35e0bb03b49e96c
parent8806e5e758c6872c80d16643c0c70c339864fd2a
io_uring: pass hash table into poll_find

In preparation for having multiple cancellation hash tables, pass a
table pointer into io_poll_find() and other poll cancel functions.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/a31c88502463dce09254240fa037352927d7ecc3.1655371007.git.asml.silence@gmail.com
Reviewed-by: Hao Xu <howeyxu@tencent.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/poll.c