From: Srivatsa Vaddagiri Date: Fri, 25 Jan 2008 20:07:59 +0000 (+0100) Subject: sched: group scheduling, minor fixes X-Git-Tag: v2.6.25-rc1~1237^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec2c507fe8c8fa3c04fc6cb99a382a965c477379;p=pandora-kernel.git sched: group scheduling, minor fixes Minor bug fixes for the group scheduler: - Use a mutex to serialize add/remove of task groups and also when changing shares of a task group. Use the same mutex when printing cfs_rq debugging stats for various task groups. - Use list_for_each_entry_rcu in for_each_leaf_cfs_rq macro (when walking task group list) Signed-off-by: Srivatsa Vaddagiri Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed