Re: [PATCH v2 3/4] mm/page_alloc: separate steal decision from steal behaviour part

2015-02-01 Thread Joonsoo Kim
On Sat, Jan 31, 2015 at 08:38:10PM +0800, Zhang Yanfei wrote: > At 2015/1/30 20:34, Joonsoo Kim wrote: > > From: Joonsoo > > > > This is preparation step to use page allocator's anti fragmentation logic > > in compaction. This patch just separates steal decision part from actual > > steal behavio

Re: [PATCH v2 3/4] mm/page_alloc: separate steal decision from steal behaviour part

2015-02-01 Thread Joonsoo Kim
On Fri, Jan 30, 2015 at 03:27:50PM +0100, Vlastimil Babka wrote: > On 01/30/2015 01:34 PM, Joonsoo Kim wrote: > > From: Joonsoo > > > > This is preparation step to use page allocator's anti fragmentation logic > > in compaction. This patch just separates steal decision part from actual > > steal

Re: [PATCH v2 3/4] mm/page_alloc: separate steal decision from steal behaviour part

2015-01-31 Thread Zhang Yanfei
At 2015/1/30 20:34, Joonsoo Kim wrote: > From: Joonsoo > > This is preparation step to use page allocator's anti fragmentation logic > in compaction. This patch just separates steal decision part from actual > steal behaviour part so there is no functional change. > > Signed-off-by: Joonsoo Kim

Re: [PATCH v2 3/4] mm/page_alloc: separate steal decision from steal behaviour part

2015-01-30 Thread Vlastimil Babka
On 01/30/2015 01:34 PM, Joonsoo Kim wrote: > From: Joonsoo > > This is preparation step to use page allocator's anti fragmentation logic > in compaction. This patch just separates steal decision part from actual > steal behaviour part so there is no functional change. > > Signed-off-by: Joonsoo

[PATCH v2 3/4] mm/page_alloc: separate steal decision from steal behaviour part

2015-01-30 Thread Joonsoo Kim
From: Joonsoo This is preparation step to use page allocator's anti fragmentation logic in compaction. This patch just separates steal decision part from actual steal behaviour part so there is no functional change. Signed-off-by: Joonsoo Kim --- mm/page_alloc.c | 49 ++