Re: [PATCH] sched/fair: Remove the redundant critical section

2020-11-10 Thread Vincent Guittot
On Tue, 10 Nov 2020 at 14:41, Qi Zheng wrote: > > Now there is nothing in the critical section, so remove it. https://lkml.org/lkml/2020/10/30/689 > > Signed-off-by: Qi Zheng > --- > kernel/sched/fair.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/kernel/sched/fair.c

[PATCH] sched/fair: Remove the redundant critical section

2020-11-10 Thread Qi Zheng
Now there is nothing in the critical section, so remove it. Signed-off-by: Qi Zheng --- kernel/sched/fair.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 52cacfc62922..06c4f3430e95 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c