Skip to content
Commit 320c8057 authored by Jens Axboe's avatar Jens Axboe Committed by Greg Kroah-Hartman
Browse files

arch: setup PF_IO_WORKER threads like PF_KTHREAD

[ Upstream commit 4727dc20

 ]

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>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 000de389
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