signal: Push pid type down into __send_signal
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 14 Jul 2018 00:26:27 +0000 (19:26 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 17:57:35 +0000 (12:57 -0500)
commit5a883cee7442a5fd72e18eae895113fbd7b16110
tree27ee4c47374b76c2f73ecf0c2ca7d6bc844623bb
parentb213984bd3987e6f5bf96b7847d151b7b42e1efd
signal: Push pid type down into __send_signal

This information is already available in the callers and by pushing it
down it makes the code a little clearer, and allows implementing
better handling of signales set to a group of processes in fork.

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