diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2017-04-17 23:10:04 -0400 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2017-04-21 23:46:25 -0400 |
commit | 6c478ae9204b489f6228e4b535c6ac72851e06d8 (patch) | |
tree | 8a32cd564a855210689e4f93907fde3d0b9aca13 /kernel/signal.c | |
parent | cad4ea546b1a8a700d269e41ac5db182057d7a32 (diff) |
signal: Make kill_proc_info static
There are no users outside of signal.c so make the function static so
the compiler and other developers have that information.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'kernel/signal.c')
-rw-r--r-- | kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/signal.c b/kernel/signal.c index 7e59ebc2c25e..a8c54f384553 100644 --- a/kernel/signal.c +++ b/kernel/signal.c | |||
@@ -1318,7 +1318,7 @@ int kill_pid_info(int sig, struct siginfo *info, struct pid *pid) | |||
1318 | } | 1318 | } |
1319 | } | 1319 | } |
1320 | 1320 | ||
1321 | int kill_proc_info(int sig, struct siginfo *info, pid_t pid) | 1321 | static int kill_proc_info(int sig, struct siginfo *info, pid_t pid) |
1322 | { | 1322 | { |
1323 | int error; | 1323 | int error; |
1324 | rcu_read_lock(); | 1324 | rcu_read_lock(); |