io_uring: use cancelation match helper for poll and timeout requests
authorJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2023 15:04:35 +0000 (09:04 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 10 Jul 2023 16:51:28 +0000 (10:51 -0600)
commitdd1fef0613f03a2dfc451534a59c8fcb33198e5e
tree813e4312d4de25b71df65d7a6db955636f2a25d6
parentcde238de309258ca20d21b83151ad5b1910b0f7e
io_uring: use cancelation match helper for poll and timeout requests

Get rid of the request vs io_cancel_data checking and just use the
exported helper for this.

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