sysctl: Make do_sysctl static
Now that all of the architectures use compat_sys_sysctl do_sysctl can become static. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
@ -135,7 +135,7 @@ static void deprecated_sysctl_warning(const int *name, int nlen)
|
||||
return;
|
||||
}
|
||||
|
||||
int do_sysctl(int __user *args_name, int nlen,
|
||||
static int do_sysctl(int __user *args_name, int nlen,
|
||||
void __user *oldval, size_t __user *oldlenp,
|
||||
void __user *newval, size_t newlen)
|
||||
{
|
||||
|
Reference in New Issue
Block a user