From: Srivatsa Vaddagiri Date: Fri, 27 Jun 2008 11:41:20 +0000 (+0200) Subject: sched: kill task_group balancing X-Git-Tag: v2.6.27-rc1~1105^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53fecd8ae1900fb571086f54f664051004665b55;p=pandora-kernel.git sched: kill task_group balancing The idea was to balance groups until we've reached the global goal, however Vatsa rightly pointed out that we might never reach that goal this way - hence take out this logic. [ the initial rationale for this 'feature' was to promote max concurrency within a group - it does not however affect fairness ] Reported-by: Srivatsa Vaddagiri Signed-off-by: Peter Zijlstra Cc: Srivatsa Vaddagiri Cc: Mike Galbraith Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed