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>
Thu, 21 Jul 2022 14:44:16 +0000 (08:44 -0600)
commit05b696820f1ba13446e36cc17b8af85b500a6c3c
treeb7f29eb827d4c80d7c35a25bcf664d1662bc919f
parent31d0a0e9c9c99376dd12ccc4cfe2d4ffd17ced95
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