Re: [PATCH] sched/fair: Set se->vruntime directly in place_entity()

2013-01-01 Thread Viresh Kumar
On 8 November 2012 13:33, Viresh Kumar wrote: > We are first storing the new vruntime in a variable and then storing it in > se->vruntime. Simply update se->vruntime directly. > > Signed-off-by: Viresh Kumar > --- > kernel/sched/fair.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >

[PATCH] sched/fair: Set se->vruntime directly in place_entity()

2012-11-08 Thread Viresh Kumar
We are first storing the new vruntime in a variable and then storing it in se->vruntime. Simply update se->vruntime directly. Signed-off-by: Viresh Kumar --- kernel/sched/fair.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index