git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ea513
)
sysctl sh: Remove dead binary sysctl support
author
Eric W. Biederman
<ebiederm@xmission.com>
Fri, 3 Apr 2009 12:32:13 +0000
(
05:32
-0700)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Thu, 12 Nov 2009 10:05:03 +0000
(
02:05
-0800)
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 <lethal@linux-sh.org>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
No differences found