]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
authorJens Axboe <axboe@kernel.dk>
Fri, 26 Mar 2021 00:18:15 +0000 (18:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 27 Mar 2021 20:09:10 +0000 (14:09 -0600)
commit6734eea782462b34c36a90df62330cd8d45d1292
tree748d031df2d508ca55cd4db4485c3752901b8ce8
parentfbac88a713ec938b7a60e4ea4b4476dfa0b7bb79
Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"

This reverts commit ec8155c88900dda963f53b4070bc9124f3f2002a.

IO threads now take signals just fine, so there's no reason to limit them
specifically. Revert the change that prevented that from happening.

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