Re: [PATCH 2/3] sched: code refine in unthrottle_cfs_rq()

2013-06-05 Thread Michael Wang
On 06/05/2013 07:15 PM, Peter Zijlstra wrote: > On Tue, Jun 04, 2013 at 02:23:39PM +0800, Michael Wang wrote: >> Directly use rq to save some code. >> >> CC: Ingo Molnar >> CC: Peter Zijlstra >> Signed-off-by: Michael Wang > > Please send patches against tip/master; the below didn't apply clean

Re: [PATCH 2/3] sched: code refine in unthrottle_cfs_rq()

2013-06-05 Thread Peter Zijlstra
On Tue, Jun 04, 2013 at 02:23:39PM +0800, Michael Wang wrote: > Directly use rq to save some code. > > CC: Ingo Molnar > CC: Peter Zijlstra > Signed-off-by: Michael Wang Please send patches against tip/master; the below didn't apply cleanly. It was a trivial conflict so I applied force and mad

[PATCH 2/3] sched: code refine in unthrottle_cfs_rq()

2013-06-03 Thread Michael Wang
Directly use rq to save some code. CC: Ingo Molnar CC: Peter Zijlstra Signed-off-by: Michael Wang --- kernel/sched/fair.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index c61a614..1e10911 100644 --- a/kernel/sched/fair.c