From: Mike Galbraith Date: Tue, 7 Aug 2012 03:00:13 +0000 (+0200) Subject: sched,cgroup: Fix up task_groups list X-Git-Tag: v3.6-rc3~27^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35cf4e50b16331def6cfcbee11e49270b6db07f5;p=pandora-kernel.git sched,cgroup: Fix up task_groups list With multiple instances of task_groups, for_each_rt_rq() is a noop, no task groups having been added to the rt.c list instance. This renders __enable/disable_runtime() and print_rt_stats() noop, the user (non) visible effect being that rt task groups are missing in /proc/sched_debug. Signed-off-by: Mike Galbraith Cc: stable@kernel.org # v3.3+ Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1344308413.6846.7.camel@marge.simpson.net Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed