[PATCH 01/12] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe

2015-08-24 Thread Mel Gorman
No user of zone_watermark_ok_safe() specifies alloc_flags. This patch removes the unnecessary parameter. Signed-off-by: Mel Gorman Acked-by: David Rientjes Acked-by: Vlastimil Babka Acked-by: Michal Hocko Reviewed-by: Christoph Lameter --- include/linux/mmzone.h | 2 +- mm/page_alloc.c

[PATCH 01/12] mm, page_alloc: Remove unnecessary parameter from zone_watermark_ok_safe

2015-08-24 Thread Mel Gorman
No user of zone_watermark_ok_safe() specifies alloc_flags. This patch removes the unnecessary parameter. Signed-off-by: Mel Gorman mgor...@techsingularity.net Acked-by: David Rientjes rient...@google.com Acked-by: Vlastimil Babka vba...@suse.cz Acked-by: Michal Hocko mho...@suse.com Reviewed-by: