From: Akinobu Mita Date: Sun, 6 May 2007 21:50:19 +0000 (-0700) Subject: slob: fix page order calculation on not 4KB page X-Git-Tag: v2.6.22-rc1~922 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ab688c51226188f2d4ad4f789032c107944ef89;p=pandora-kernel.git slob: fix page order calculation on not 4KB page SLOB doesn't calculate correct page order when page size is not 4KB. This patch fixes it with using get_order() instead of find_order() which is SLOB version of get_order(). Signed-off-by: Akinobu Mita Acked-by: Matt Mackall Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed