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

io_uring: don't run task work on an exiting task



This isn't safe, and isn't needed either. We are guaranteed that any
work we queue is on a live task (and will be run), or it goes to
our backup io-wq threads if the task is exiting.

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