Re: [PATCH 1/1] sched: make update_min_vruntime() more readable

2015-07-06 Thread Byungchul Park
On Mon, Jul 06, 2015 at 01:26:53PM +0200, Peter Zijlstra wrote: > On Sun, Jul 05, 2015 at 06:33:48PM +0900, byungchul.p...@lge.com wrote: > > From: Byungchul Park > > > > update_min_vruntime() condition flow can be simpler > > This changelog needs help; a few more words on why this is correct an

Re: [PATCH 1/1] sched: make update_min_vruntime() more readable

2015-07-06 Thread Peter Zijlstra
On Sun, Jul 05, 2015 at 06:33:48PM +0900, byungchul.p...@lge.com wrote: > From: Byungchul Park > > update_min_vruntime() condition flow can be simpler This changelog needs help; a few more words on why this is correct and simpler would not go amiss, and you should mention you're deleting some sp

[PATCH 1/1] sched: make update_min_vruntime() more readable

2015-07-05 Thread byungchul . park
From: Byungchul Park update_min_vruntime() condition flow can be simpler Signed-off-by: Byungchul Park --- kernel/sched/fair.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 3d57cc0..59de964 100644 --- a/