On Mon, Jun 09, 2014 at 11:26:19AM +0200, Vlastimil Babka wrote: > From: David Rientjes <rientjes@xxxxxxxxxx> > > The page allocator has gfp flags (like __GFP_WAIT) and alloc flags (like > ALLOC_CPUSET) that have separate semantics. > > The function allocflags_to_migratetype() actually takes gfp flags, not alloc > flags, and returns a migratetype. Rename it to gfpflags_to_migratetype(). > > Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx> > Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> I was one of person who got confused sometime. Acked-by: Minchan Kim <minchan@xxxxxxxxxx> -- Kind regards, Minchan Kim -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>