From: Paul Turner Date: Sat, 22 Jan 2011 04:45:01 +0000 (-0800) Subject: sched: Simplify update_cfs_shares parameters X-Git-Tag: v2.6.39-rc1~509^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d5ab2932a21ea54406ab95c43ecff90a3eddfda;p=pandora-kernel.git sched: Simplify update_cfs_shares parameters Re-visiting this: Since update_cfs_shares will now only ever re-weight an entity that is a relative parent of the current entity in enqueue_entity; we can safely issue the account_entity_enqueue relative to that cfs_rq and avoid the requirement for special handling of the enqueue case in update_cfs_shares. Signed-off-by: Paul Turner Signed-off-by: Peter Zijlstra LKML-Reference: <20110122044851.915214637@google.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed