]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched: some proc entries are missed in sched_domain sys_ctl debug code
authorZou Nan hai <nanhai.zou@intel.com>
Mon, 15 Oct 2007 15:00:14 +0000 (17:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 14 Dec 2007 17:50:52 +0000 (09:50 -0800)
commitca21e46bf2d766d22be57595a96a7683870fe125
tree565e4dffd71098f29c463bade988d14cab0a8999
parent5ade3f9f5b59d86f1cf86bdfaee0f6a1515e3126
sched: some proc entries are missed in sched_domain sys_ctl debug code

patch ace8b3d633f93da8535921bf3e3679db3c619578 in mainline.

cache_nice_tries and flags entry do not appear in proc fs sched_domain
directory, because ctl_table entry is skipped.

This patch fixes the issue.

Signed-off-by: Zou Nan hai <nanhai.zou@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
kernel/sched.c