diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 347403862487..6fc5defcb156 100644 --- a/io_uring/io_uring.c +++ b/io_uring/io_uring.c @@ -3106,7 +3106,7 @@ static __cold void io_ring_ctx_wait_and_kill(struct io_ring_ctx *ctx) * Use system_unbound_wq to avoid spawning tons of event kworkers * if we're exiting a ton of rings at the same time. It just adds * noise and overhead, there's no discernable change in runtime - * over using system_wq. + * over using system_percpu_wq. */ queue_work(iou_wq, &ctx->exit_work); }