diff options
author | Jens Axboe <axboe@kernel.dk> | 2021-08-31 14:57:25 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-08-31 19:45:31 +0200 |
commit | 08bdbd39b58474d762242e1fadb7f2eb9ffcca71 (patch) | |
tree | 6a7ff195cbc7c6f0c3061b545a36fc66dd379988 /kernel | |
parent | io_uring: retry in case of short read on block device (diff) | |
download | linux-08bdbd39b58474d762242e1fadb7f2eb9ffcca71.tar.xz linux-08bdbd39b58474d762242e1fadb7f2eb9ffcca71.zip |
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: a9a4aa9fbfc5 ("io-wq: wqe and worker locks no longer need to be IRQ safe")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions