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

io_uring: allow IO worker threads to be frozen



With the freezer using the proper signaling to notify us of when it's
time to freeze a thread, we can re-enable normal freezer usage for the
IO threads. Ensure that SQPOLL, io-wq, and the io-wq manager call
try_to_freeze() appropriately, and remove the default setting of
PF_NOFREEZE from create_io_thread().

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