From: Christoph Lameter Date: Tue, 15 May 2007 08:42:06 +0000 (-0700) Subject: SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limit X-Git-Tag: v2.6.22-rc2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfbf07f2a80b618c42a42c20d83647ea8fcceca0;p=pandora-kernel.git SLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limit Take MAX_ORDER into consideration when determining KMALLOC_SHIFT_HIGH. Otherwise we may run into a situation where we attempt to create general slabs larger than MAX_ORDER. Signed-off-by: Christoph Lameter Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed