]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - kernel/signal.c
signal: Push pid type down into complete_signal.
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 14 Jul 2018 02:39:13 +0000 (21:39 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 17:57:35 +0000 (12:57 -0500)
commit0729614992c946f6e8ccb9ef260aea1f06993df0
tree05c1ae475242dbb5dccdaaea1a1ad1411b2a5a35
parent5a883cee7442a5fd72e18eae895113fbd7b16110
signal: Push pid type down into complete_signal.

This is the bottom and by pushing this down it simplifies the callers
and otherwise leaves things as is.  This is in preparation for allowing
fork to implement better handling of signals set to groups of processes.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/signal.c