Skip to content
Commit 08bdbd39 authored by Jens Axboe's avatar Jens Axboe
Browse files

io-wq: ensure that hash wait lock is IRQ disabling



A previous commit removed the IRQ safety of the worker and wqe locks,
but that left one spot of the hash wait lock now being done without
already having IRQs disabled.

Ensure that we use the right locking variant for the hashed waitqueue
lock.

Fixes: a9a4aa9f ("io-wq: wqe and worker locks no longer need to be IRQ safe")
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 7db30437
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