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)
commit60a47a2e823cbe6b609346bffff61a00c0c76470
treeb19ac63068757893d6f110cf31d27fb59942d005
parent0e47c99d7fe25e0f3907d9f3401079169d904891
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