Re: [PATCH 08/28] mm, page_alloc: Convert alloc_flags to unsigned

From: Vlastimil Babka
Date: Tue Apr 26 2016 - 07:31:56 EST


On 04/15/2016 10:59 AM, Mel Gorman wrote:
alloc_flags is a bitmask of flags but it is signed which does not
necessarily generate the best code depending on the compiler. Even
without an impact, it makes more sense that this be unsigned.

Signed-off-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>