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

io_uring: remove unused hash_wait

parent 7394161c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -455,8 +455,6 @@ struct io_ring_ctx {
	/* 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 */
	struct work_struct		exit_work;
	struct list_head		tctx_list;