]> git.baikalelectronics.ru Git - kernel.git/commit
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 8 Jan 2012 08:02:37 +0000 (00:02 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Jan 2012 00:40:30 +0000 (16:40 -0800)
commit09c6fac41ec13de13b870c3094d1f360219d738b
treeb19ac63068757893d6f110cf31d27fb59942d005
parent85e03c07d7ce65d6ff7fc447b13b53e1e675c2c8
sysctl: Modify __register_sysctl_paths to take a set instead of a root and an nsproxy

An nsproxy argument here has always been awkard and now the nsproxy argument
is completely unnecessary so remove it, replacing it with the set we want
the registered tables to show up in.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/proc/proc_sysctl.c
include/linux/sysctl.h
net/sysctl_net.c