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, 11 Apr 2021 23:42:00 +0000 (17:42 -0600)
commitb2cb805f6dd40938c0398c94787741a08ed5e921
tree214990f1e57997986fde4ae082c7ba131937079c
parent5082620fb2cab74b623c3bf5da5a222add564871
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