]> bbs.cooldavid.org Git - net-next-2.6.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)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:14 +0000 (17:00 +0200)
commitace8b3d633f93da8535921bf3e3679db3c619578
tree0769cf68ca9c1db2cb1b0369675691a2fe184065
parent638e13ac37a1a89473415f407cbffc1688a20fe2
sched: some proc entries are missed in sched_domain sys_ctl debug code

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>
kernel/sched.c