commit | fccfdc6f0d8c83c854eeb6d93aa158f0e551bd49 | [log] [tgz] |
---|---|---|
author | Paul Turner <pjt@google.com> | Mon Nov 07 20:26:34 2011 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 16 08:43:45 2011 +0100 |
tree | d3a397152c6bff8675350e58e2aceb4ec34c1108 | |
parent | 4dcfe1025b513c2c1da5bf5586adb0e80148f612 [diff] |
sched: Fix buglet in return_cfs_rq_runtime() In return_cfs_rq_runtime() we want to return bandwidth when there are no remaining tasks, not "return" when this is the case. Signed-off-by: Paul Turner <pjt@google.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/20111108042736.623812423@google.com Signed-off-by: Ingo Molnar <mingo@elte.hu>