From: Andrew Morton Date: Sat, 23 Feb 2013 00:32:22 +0000 (-0800) Subject: mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned long X-Git-Tag: v3.9-rc1~99^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90ae8d670c12156f4328235aca1a528a8bfe6708;p=pandora-kernel.git mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned long `int' is an inappropriate type for a number-of-pages counter. While we're there, use the clamp() macro. Acked-by: Johannes Weiner Cc: Rik van Riel Cc: Mel Gorman Reviewed-by: Michal Hocko Cc: Hugh Dickins Cc: Satoru Moriya Cc: Simon Jeons Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed