From: Eric W. Biederman Date: Fri, 3 Apr 2009 12:32:13 +0000 (-0700) Subject: sysctl sh: Remove dead binary sysctl support X-Git-Tag: v2.6.33-rc1~392^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09b6e811800cba79e8104deff12c544b835a3ff;p=pandora-kernel.git sysctl sh: Remove dead binary sysctl support Now that sys_sysctl is a generic wrapper around /proc/sys .ctl_name and .strategy members of sysctl tables are dead code. Remove them. Also add an C99 named initializer to the child member of unaligned_root to prevent chaos as the ctl_table definition changes over time. Cc: Paul Mundt Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed