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

io_uring: io_sq_thread() doesn't need to flush signals



We're not handling signals by default in kernel threads, and we never
use TWA_SIGNAL for the SQPOLL thread internally. Hence we can never
have a signal pending, and we don't need to check for it (nor flush it).

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