diff options
author | Jens Axboe <axboe@kernel.dk> | 2023-08-09 21:58:59 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-08-11 19:36:12 +0300 |
commit | 78848b9b05623cfddb790d23b0dc38a275eb0763 (patch) | |
tree | 6098c9b1068cc1ac8545c2a822da90ab1d5f50eb /io_uring/notif.c | |
parent | 89226307b109f828566f0e024ee97b722167927c (diff) | |
download | linux-78848b9b05623cfddb790d23b0dc38a275eb0763.tar.xz |
io_uring/io-wq: don't grab wq->lock for worker activation
The worker free list is RCU protected, and checks for workers going away
when iterating it. There's no need to hold the wq->lock around the
lookup.
Reviewed-by: Hao Xu <howeyxu@tencent.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/notif.c')
0 files changed, 0 insertions, 0 deletions