From: Gavin Shan Date: Tue, 31 Jul 2012 23:41:51 +0000 (-0700) Subject: mm/buddy: cleanup on should_fail_alloc_page X-Git-Tag: v3.6-rc1~24^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deaf386ee58d5336bbef8959bf304573afb67c20;p=pandora-kernel.git mm/buddy: cleanup on should_fail_alloc_page Currently, function should_fail() has "bool" for its return value, so it's reasonable to change the return value of function should_fail_alloc_page() into "bool" as well. The patch does cleanup on function should_fail_alloc_page() to have "bool" for its return value. Signed-off-by: Gavin Shan Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed