]> git.baikalelectronics.ru Git - kernel.git/commit
signal: Remove specific_send_sig_info
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 21 Jul 2018 16:34:03 +0000 (11:34 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sun, 16 Sep 2018 14:09:45 +0000 (16:09 +0200)
commit33076a5fc2db471a10999c66939980d465d33c0e
tree6b75ae365c7fdbeb3400cafef09fd7b4bcf674d3
parentce30e5d29529ac2b6d63920983591d2f0ea91aac
signal: Remove specific_send_sig_info

This function is static and it only has two callers.  As
specific_send_sig_info is only called twice remembering what
specific_send_sig_info does when reading the code is difficutl and it
makes it hard to see which sending sending functions are equivalent to
which others.

So remove specific_send_sig_info to make the code easier to read.

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