aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi RongQing <[email protected]>2018-04-11 13:16:56 +0800
committerIngo Molnar <[email protected]>2018-06-21 17:58:22 +0200
commit03585a95cd830e7a92697d2a8fe9a34df87563db (patch)
tree834f8ac0e5e87ca0fe193f2559ba91f516b0e107
parent8f894bf47dc9e8b77166125a084a7217693a28cd (diff)
sched/fair: Remove stale tg_unthrottle_up() comments
After commit: 82958366cfea ("sched: Replace update_shares weight distribution with per-entity computation") tg_unthrottle_up() did not update the weight. Signed-off-by: Li RongQing <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/lkml/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--kernel/sched/fair.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c
index 1866e64792a7..4cc1441b0746 100644
--- a/kernel/sched/fair.c
+++ b/kernel/sched/fair.c
@@ -4732,7 +4732,6 @@ static inline int throttled_lb_pair(struct task_group *tg,
throttled_hierarchy(dest_cfs_rq);
}
-/* updated child weight may affect parent so we have to do this bottom up */
static int tg_unthrottle_up(struct task_group *tg, void *data)
{
struct rq *rq = data;