Commit e146a4a3 authored by Pavel Begunkov's avatar Pavel Begunkov Committed by Jens Axboe

io_uring: remove unused hash_wait

No users of io_uring_ctx::hash_wait left, kill it.
Signed-off-by: default avatarPavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/e25cb83c233a5f75f15275596b49fbafbea606fa.1617287883.git.asml.silence@gmail.comSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 7394161c
...@@ -455,8 +455,6 @@ struct io_ring_ctx { ...@@ -455,8 +455,6 @@ struct io_ring_ctx {
/* exit task_work */ /* exit task_work */
struct callback_head *exit_task_work; struct callback_head *exit_task_work;
struct wait_queue_head hash_wait;
/* Keep this last, we don't need it for the fast path */ /* Keep this last, we don't need it for the fast path */
struct work_struct exit_work; struct work_struct exit_work;
struct list_head tctx_list; struct list_head tctx_list;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment