arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()
authorJens Axboe <axboe@kernel.dk>
Tue, 23 Feb 2021 18:57:20 +0000 (11:57 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Dec 2022 21:30:34 +0000 (14:30 -0700)
commitb9634adab82019ff70e445c09a7c26a209f6d010
tree35289575fb1a4e5384b15231bfab5b1c7d4de9bf
parent50b21feb5a0272a0a8cb620d27d4c5e698cc1d21
arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()

[ Upstream commit 0100e6bbdbb79404e56939313662b42737026574 ]

In the arch addition of PF_IO_WORKER, I missed parisc and powerpc for
some reason. Fix that up, ensuring they handle PF_IO_WORKER like they do
PF_KTHREAD in copy_thread().

Reported-by: Bruno Goncalves <bgoncalv@redhat.com>
Fixes: 4727dc20e042 ("arch: setup PF_IO_WORKER threads like PF_KTHREAD")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
arch/parisc/kernel/process.c
arch/powerpc/kernel/process.c