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)
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>

No differences found