Skip to content
Commit 8ac5d85a authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: add local task_work run helper that is entered locked



We have a few spots that drop the mutex just to run local task_work,
which immediately tries to grab it again. Add a helper that just passes
in whether we're locked already.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent a1119fb0
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