Skip to content
Commit 79ebeaee authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove IRQ aspect of io_ring_ctx completion lock



We have no hard/soft IRQ users of this lock left, remove any IRQ
disabling/saving and restoring when grabbing this lock.

This is straight forward with no users entering with IRQs disabled
anymore, the only thing to look out for is the waitqueue poll head
lock which nests inside the completion lock. That needs IRQs disabled,
and hence we have to do that now instead of relying on the outer lock
doing so.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 8ef12efe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment