]> git.baikalelectronics.ru Git - kernel.git/commit
io-wq: wqe and worker locks no longer need to be IRQ safe
authorJens Axboe <axboe@kernel.dk>
Mon, 30 Aug 2021 12:33:08 +0000 (06:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 30 Aug 2021 13:32:17 +0000 (07:32 -0600)
commitd58f86437c56ac4a63bbeae84289f7424794e9c5
treee5ab94f7a5e7162ddb5d37eeb00f8412b8f658ed
parent60f0300f06b2203f207d1082d66051819e0cc5dc
io-wq: wqe and worker locks no longer need to be IRQ safe

io_uring no longer queues async work off completion handlers that run in
hard or soft interrupt context, and that use case was the only reason that
io-wq had to use IRQ safe locks for wqe and worker locks.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c