From: Nick Piggin Date: Fri, 6 Jan 2006 08:11:11 +0000 (-0800) Subject: [PATCH] mm: bad_page optimisation X-Git-Tag: v2.6.16-rc1~936^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=224abf92b2f439a9030f21d2926ec8047d1ffcdb;p=pandora-kernel.git [PATCH] mm: bad_page optimisation Cut down size slightly by not passing bad_page the function name (it should be able to be determined by dump_stack()). And cut down the number of printks in bad_page. Also, cut down some branching in the destroy_compound_page path. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed