Skip to content
Commit 355fb9e2 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove 'twa_signal_ok' deadlock work-around



The TIF_NOTIFY_SIGNAL based implementation of TWA_SIGNAL is always safe
to use, regardless of context, as we won't be recursing into the signal
lock. So now that all archs are using that, we can drop this deadlock
work-around as it's always safe to use TWA_SIGNAL.

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