From: Peter Zijlstra Date: Fri, 27 Jun 2008 11:41:29 +0000 (+0200) Subject: sched: fix load scaling in group balancing X-Git-Tag: v2.6.27-rc1~1105^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a3ac7d5cee89849448b41b86faeb86f98e92f6;p=pandora-kernel.git sched: fix load scaling in group balancing doing the load balance will change cfs_rq->load.weight (that's the whole point) but since that's part of the scale factor, we'll scale back with a different amount. Weight getting smaller would result in an inflated moved_load which causes it to stop balancing too soon. Signed-off-by: Peter Zijlstra Cc: Srivatsa Vaddagiri Cc: Mike Galbraith Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed