Re: [PATCH v2 06/10] mm, compaction: add migratetype to compact_control

2017-02-14 Thread Johannes Weiner
On Fri, Feb 10, 2017 at 06:23:39PM +0100, Vlastimil Babka wrote: > Preparation patch. We are going to need migratetype at lower layers than > compact_zone() and compact_finished(). > > Signed-off-by: Vlastimil Babka Acked-by: Johannes Weiner

Re: [PATCH v2 06/10] mm, compaction: add migratetype to compact_control

2017-02-14 Thread Johannes Weiner
On Fri, Feb 10, 2017 at 06:23:39PM +0100, Vlastimil Babka wrote: > Preparation patch. We are going to need migratetype at lower layers than > compact_zone() and compact_finished(). > > Signed-off-by: Vlastimil Babka Acked-by: Johannes Weiner

Re: [PATCH v2 06/10] mm, compaction: add migratetype to compact_control

2017-02-13 Thread Mel Gorman
On Fri, Feb 10, 2017 at 06:23:39PM +0100, Vlastimil Babka wrote: > Preparation patch. We are going to need migratetype at lower layers than > compact_zone() and compact_finished(). > > Signed-off-by: Vlastimil Babka Acked-by: Mel Gorman -- Mel

Re: [PATCH v2 06/10] mm, compaction: add migratetype to compact_control

2017-02-13 Thread Mel Gorman
On Fri, Feb 10, 2017 at 06:23:39PM +0100, Vlastimil Babka wrote: > Preparation patch. We are going to need migratetype at lower layers than > compact_zone() and compact_finished(). > > Signed-off-by: Vlastimil Babka Acked-by: Mel Gorman -- Mel Gorman SUSE Labs

[PATCH v2 06/10] mm, compaction: add migratetype to compact_control

2017-02-10 Thread Vlastimil Babka
Preparation patch. We are going to need migratetype at lower layers than compact_zone() and compact_finished(). Signed-off-by: Vlastimil Babka --- mm/compaction.c | 15 +++ mm/internal.h | 1 + 2 files changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH v2 06/10] mm, compaction: add migratetype to compact_control

2017-02-10 Thread Vlastimil Babka
Preparation patch. We are going to need migratetype at lower layers than compact_zone() and compact_finished(). Signed-off-by: Vlastimil Babka --- mm/compaction.c | 15 +++ mm/internal.h | 1 + 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mm/compaction.c