OSDN Git Service

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)
commitb21c5bd562dd97ac0b936439fc64bd30ec09b2e0
tree6b75ae365c7fdbeb3400cafef09fd7b4bcf674d3
parent82058d6684658430cd9b4123d4c3e863fd48f813
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