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>
Mon, 14 Oct 2024 15:04:10 +0000 (09:04 -0600)
commit2043c572a5bf4db023b0bb831356a1476e9ab381
tree275f32fa4722d8576eeec26d119f441cbb0a4922
parent51a69924377e679f1437cc78146a1bff5c4cc936
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