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

arch: setup PF_IO_WORKER threads like PF_KTHREAD



PF_IO_WORKER are kernel threads too, but they aren't PF_KTHREAD in the
sense that we don't assign ->set_child_tid with our own structure. Just
ensure that every arch sets up the PF_IO_WORKER threads like kthreads
in the arch implementation of copy_thread().

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