io_uring/poll: always set 'ctx' in io_cancel_data
authorJens Axboe <axboe@kernel.dk>
Fri, 23 Jun 2023 15:54:56 +0000 (09:54 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 10 Jul 2023 16:51:27 +0000 (10:51 -0600)
commitd08c19cc85ea6ac4581d394db1a4ca366d9ad82c
treecfe73bc2cc779551fc3f3ef67def018273eea09e
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
io_uring/poll: always set 'ctx' in io_cancel_data

This isn't strictly necessary for this callsite, as it uses it's
internal lookup for this cancelation purpose. But let's be consistent
with how it's used in general and set ctx as well.

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