]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/poll: get rid of io_poll_tw_hash_eject()
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Sep 2024 20:35:52 +0000 (14:35 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Oct 2024 19:43:27 +0000 (13:43 -0600)
commit879ba46a38e67595b96c87428fbb718d63821da2
treec522776a2f2f352d06be82346bb81a4c38af4c64
parent085268829b07202cf7bf8ec1a8fb7fd9d8f6a41a
io_uring/poll: get rid of io_poll_tw_hash_eject()

It serves no purposes anymore, all it does is delete the hash list
entry. task_work always has the ring locked.

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