Revert "signal: don't allow STOP on PF_IO_WORKER threads"
authorJens Axboe <axboe@kernel.dk>
Fri, 26 Mar 2021 00:23:44 +0000 (18:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 27 Mar 2021 20:09:11 +0000 (14:09 -0600)
commit1e4cf0d3d072173ee70757ee4aec11b2839705f9
tree1af74a0a5da831026bd32a81944f9f403c99a919
parentd3dc04cd81e0eaf50b2d09ab051a13300e587439
Revert "signal: don't allow STOP on PF_IO_WORKER threads"

This reverts commit 4db4b1a0d1779dc159f7b87feb97030ec0b12597.

The IO threads allow and handle SIGSTOP now, so don't special case them
anymore in task_set_jobctl_pending().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
kernel/signal.c