Re: [PATCH 08/10] mm, compaction: pass gfp mask to compact_control

2014-06-11 Thread David Rientjes
On Wed, 11 Jun 2014, Vlastimil Babka wrote: > > > diff --git a/mm/compaction.c b/mm/compaction.c > > > index c339ccd..d1e30ba 100644 > > > --- a/mm/compaction.c > > > +++ b/mm/compaction.c > > > @@ -965,8 +965,8 @@ static isolate_migrate_t isolate_migratepages(struct > > > zone *zone, > > >

Re: [PATCH 08/10] mm, compaction: pass gfp mask to compact_control

2014-06-11 Thread Vlastimil Babka
On 06/11/2014 04:48 AM, Minchan Kim wrote: On Mon, Jun 09, 2014 at 11:26:20AM +0200, Vlastimil Babka wrote: From: David Rientjes struct compact_control currently converts the gfp mask to a migratetype, but we need the entire gfp mask in a follow-up patch. Pass the entire gfp mask as part of s

Re: [PATCH 08/10] mm, compaction: pass gfp mask to compact_control

2014-06-10 Thread Minchan Kim
On Mon, Jun 09, 2014 at 11:26:20AM +0200, Vlastimil Babka wrote: > From: David Rientjes > > struct compact_control currently converts the gfp mask to a migratetype, but > we > need the entire gfp mask in a follow-up patch. > > Pass the entire gfp mask as part of struct compact_control. > > Sig

[PATCH 08/10] mm, compaction: pass gfp mask to compact_control

2014-06-09 Thread Vlastimil Babka
From: David Rientjes struct compact_control currently converts the gfp mask to a migratetype, but we need the entire gfp mask in a follow-up patch. Pass the entire gfp mask as part of struct compact_control. Signed-off-by: David Rientjes Signed-off-by: Vlastimil Babka Cc: Minchan Kim Cc: Mel