io_uring/poll: remove 'ctx' argument from io_poll_req_delete()
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Sep 2024 19:52:54 +0000 (13:52 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Oct 2024 15:04:10 +0000 (09:04 -0600)
commit6daa792e930162ece9f40815190ebb814a195f8c
tree6704b683c8b09de02050054fe769c140244a7b1d
parenta0df6d7d5fb86f7b16af7938dc1b2bb96f5029c2
io_uring/poll: remove 'ctx' argument from io_poll_req_delete()

It's always req->ctx being used anyway, having this as a separate
argument (that is then not even used) just makes it more confusing.

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