From: Andrew Morton Date: Tue, 29 May 2012 22:06:31 +0000 (-0700) Subject: mm/page_alloc.c: remove pageblock_default_order() X-Git-Tag: v3.5-rc1~49^2~145 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955c1cd7401565671b064e499115344ec8067dfd;p=pandora-kernel.git mm/page_alloc.c: remove pageblock_default_order() This has always been broken: one version takes an unsigned int and the other version takes no arguments. This bug was hidden because one version of set_pageblock_order() was a macro which doesn't evaluate its argument. Simplify it all and remove pageblock_default_order() altogether. Reported-by: rajman mekaco Cc: Mel Gorman Cc: KAMEZAWA Hiroyuki Cc: Tejun Heo Cc: Minchan Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed