From: Eric W. Biederman Date: Sat, 21 Jan 2012 20:35:23 +0000 (-0800) Subject: sysctl: Add ctl_table chains into cstring paths X-Git-Tag: v3.4-rc1~99^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec6a52668d0bbc6d648e978c327150254bf1ce7f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed