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>
Mon, 25 Jul 2022 00:39:13 +0000 (18:39 -0600)
commita2cdd5193218c557b4ee7828017cce83f251e99a
treebd4b3c65b4ea13d618badba18e0bcb30e831b41a
parent97bbdc06a4446bc69d8ba71d722abae542a6b70c
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