Re: [PATCHv5 6/7] mm: use 'unsigned int' for page order

2015-09-10 Thread Vlastimil Babka
On 09/03/2015 02:35 PM, Kirill A. Shutemov wrote: > Let's try to be consistent about data type of page order. Long overdue I'd say :) Thanks. > Signed-off-by: Kirill A. Shutemov > Acked-by: Michal Hocko Acked-by: Vlastimil Babka -- To unsubscribe from this list: send the line "unsubscribe li

[PATCHv5 6/7] mm: use 'unsigned int' for page order

2015-09-03 Thread Kirill A. Shutemov
Let's try to be consistent about data type of page order. Signed-off-by: Kirill A. Shutemov Acked-by: Michal Hocko --- include/linux/mm.h | 5 +++-- mm/hugetlb.c | 19 ++- mm/internal.h | 4 ++-- mm/page_alloc.c| 27 +++ 4 files changed,