From: Eric W. Biederman Date: Fri, 3 Apr 2009 10:18:02 +0000 (-0700) Subject: sysctl: Don't look at ctl_name and strategy in the generic code X-Git-Tag: v2.6.33-rc1~392^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2315ffa0a9f789c588c7139effa7404a387d8685;p=pandora-kernel.git sysctl: Don't look at ctl_name and strategy in the generic code The ctl_name and strategy fields are unused, now that sys_sysctl is a compatibility wrapper around /proc/sys. No longer looking at them in the generic code is effectively what we are doing now and provides the guarantee that during further cleanups we can just remove references to those fields and everything will work ok. Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed