Skip to content
Snippets Groups Projects
Commit 2cfd3b58 authored by Mike Galbraith's avatar Mike Galbraith Committed by Patrick Tjin
Browse files

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: default avatarMike Galbraith <efault@gmx.de>
Cc: stable@kernel.org # v3.3+
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1344308413.6846.7.camel@marge.simpson.net


Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Bug: 18729519
parent fbe4de5b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment