Re: [PATCH v2] mm: save two stranding bit in gfp_mask

2018-05-16 Thread Vlastimil Babka
On 05/16/2018 11:14 PM, Shakeel Butt wrote: > ___GFP_COLD and ___GFP_OTHER_NODE were removed but their bits were > stranded. Fill the gaps by moving the existing gfp masks around. > > Signed-off-by: Shakeel Butt > Suggested-by: Vlastimil Babka > Acked-by: Michal Hocko Yeah that's much smaller,

[PATCH v2] mm: save two stranding bit in gfp_mask

2018-05-16 Thread Shakeel Butt
___GFP_COLD and ___GFP_OTHER_NODE were removed but their bits were stranded. Fill the gaps by moving the existing gfp masks around. Signed-off-by: Shakeel Butt Suggested-by: Vlastimil Babka Acked-by: Michal Hocko --- Changelog since v1: - Moved couple of gfp masks instead of sliding all. incl