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:
97324cd
)
sysctl: Remove the unnecessary sysctl_set parent concept.
author
Eric W. Biederman
<ebiederm@xmission.com>
Mon, 23 Jan 2012 05:10:21 +0000
(21:10 -0800)
committer
Eric W. Biederman
<ebiederm@xmission.com>
Wed, 25 Jan 2012 00:37:55 +0000
(16:37 -0800)
In sysctl_net register the two networking roots in the proper order.
In register_sysctl walk the sysctl sets in the reverse order of the
sysctl roots.
Remove parent from ctl_table_set and setup_sysctl_set as it is no
longer needed.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
No differences found