]> git.baikalelectronics.ru Git - kernel.git/commit
sysctl: Remove references to ctl_name and strategy from the generic sysctl table
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Apr 2009 09:30:53 +0000 (02:30 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 11 Nov 2009 08:42:56 +0000 (00:42 -0800)
commit3b13097047db339580ff88c75f4cbc3e27f79cb0
tree1927e3a9441b2be066d7cb5dad7efa95802ca2e0
parent9217218177a7b9e424c980274fd21a85caf92e68
sysctl: Remove references to ctl_name and strategy from the generic sysctl table

Now that sys_sysctl is a generic wrapper around /proc/sys  .ctl_name
and .strategy members of sysctl tables are dead code.  Remove them.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
kernel/sysctl.c