commit | 60a47a2e823cbe6b609346bffff61a00c0c76470 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sun Jan 08 00:02:37 2012 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Jan 24 16:40:30 2012 -0800 |
tree | b19ac63068757893d6f110cf31d27fb59942d005 | |
parent | 0e47c99d7fe25e0f3907d9f3401079169d904891 [diff] |
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>