commit | ec6a52668d0bbc6d648e978c327150254bf1ce7f | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Jan 21 12:35:23 2012 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Jan 24 16:37:55 2012 -0800 |
tree | d3241580b5f95515b9a1cedea588cea91d35f816 | |
parent | 6e9d5164153ad6539edd31e7afb02a3e79124cad [diff] |
sysctl: Add ctl_table chains into cstring paths For any component of table passed to __register_sysctl_paths that actually serves as a path, add that to the cstring path that is passed to __register_sysctl_table. The result is that for most calls to __register_sysctl_paths we only pass a table to __register_sysctl_table that contains no child directories. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>