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, 17 Jul 2023 16:05:48 +0000 (10:05 -0600)
commitad711c5d113f53d6f16096dd6ed9f4939a857149
tree7e7debd8e97067fdd7dfa78b52f4817bcfdd32c9
parentfdf0eaf11452d72945af31804e2a1048ee1b574c
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