sched/fair: Delete useless condition in tg_unthrottle_up()
authorChengming Zhou <zhouchengming@bytedance.com>
Fri, 8 Apr 2022 11:53:09 +0000 (19:53 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 22 Apr 2022 10:14:07 +0000 (12:14 +0200)
commit0a00a354644ee1800d31c47cf5927b9b50272fac
tree9bd2909864610b2678df51c2fbabb662b37d6ea0
parent64eaf50731ac0a8c76ce2fedd50ef6652aabc5ff
sched/fair: Delete useless condition in tg_unthrottle_up()

We have tested cfs_rq->load.weight in cfs_rq_is_decayed(),
the first condition "!cfs_rq_is_decayed(cfs_rq)" is enough
to cover the second condition "cfs_rq->nr_running".

Signed-off-by: Chengming Zhou <zhouchengming@bytedance.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Ben Segall <bsegall@google.com>
Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>
Link: https://lore.kernel.org/r/20220408115309.81603-2-zhouchengming@bytedance.com
kernel/sched/fair.c