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, 17 Jul 2023 16:05:48 +0000 (10:05 -0600)
commita30badf66de8516b5a5bca7a5d339f377ff983ea
treee9fc1497aa6acd62059b0eaee3096ecb1fedd877
parent3a372b66923e4af966af2900da588e3b3de6fcd2
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