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
Acked-by: Vlastimil Babka
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
---
include/linux/compaction.h | 6 +++---
include/linux/mmzone.h | 3
2 matches
Mail list logo