Re: [PATCH v4 2/3] mm/page_alloc: factor out fallback freepage checking

2015-02-17 Thread Vlastimil Babka
On 02/12/2015 08:15 AM, Joonsoo Kim wrote: This is preparation step to use page allocator's anti fragmentation logic in compaction. This patch just separates fallback freepage checking part from fallback freepage management part. Therefore, there is no functional change. Signed-off-by: Joonsoo K

[PATCH v4 2/3] mm/page_alloc: factor out fallback freepage checking

2015-02-11 Thread Joonsoo Kim
This is preparation step to use page allocator's anti fragmentation logic in compaction. This patch just separates fallback freepage checking part from fallback freepage management part. Therefore, there is no functional change. Signed-off-by: Joonsoo Kim --- mm/page_alloc.c | 143 +