commit | 810b38179e9e4d4f57b4b733767bb08f8291a965 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Fri Feb 29 15:21:01 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Mar 07 16:42:59 2008 +0100 |
tree | 91692de4fbd46879b29d803839b5bf7e25f30cd8 | |
parent | ce4796d1e16cf3761dc2a02b8d588667d05b3078 [diff] |
sched: retain vruntime Kei Tokunaga reported an interactivity problem when moving tasks between control groups. Tasks would retain their old vruntime when moved between groups, this can cause funny lags. Re-set the vruntime on group move to fit within the new tree. Reported-by: Kei Tokunaga <tokunaga.keiich@jp.fujitsu.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>