io_uring: abstract out a io_poll_find_helper()
authorJens Axboe <axboe@kernel.dk>
Wed, 17 Mar 2021 14:17:19 +0000 (08:17 -0600)
committerJens Axboe <axboe@kernel.dk>
Sun, 4 Apr 2021 21:27:38 +0000 (15:27 -0600)
commit0a8424f4732e1efeaa8314cfb2ab3b388ba2e04a
tree1a2064bd9e03a311266161f15e555f19a48fcdfe
parentc53b1fad95999508506c7eee8699e055cf1731c4
io_uring: abstract out a io_poll_find_helper()

We'll need this helper for another purpose, for now just abstract it
out and have io_poll_cancel() use it for lookups.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c