]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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>
Tue, 29 Oct 2024 19:43:26 +0000 (13:43 -0600)
commit829ab73e7bca455e1a8718325177cfb98b63d0df
tree8afebad99336efd4f3f7fe78ac96f62997550117
parenta377132154ab8404dafcc52e8bc0c73050a954c2
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