From: Christoph Lameter Date: Sun, 24 Jun 2007 00:16:43 +0000 (-0700) Subject: slab allocators: MAX_ORDER one off fix X-Git-Tag: v2.6.22-rc6~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=debee0768ea1978c6efba03206a414685e4a9ed1;p=pandora-kernel.git slab allocators: MAX_ORDER one off fix MAX_ORDER is the first order that is not possible. Use MAX_ORDER - 1 to calculate the larges possible object size in slab.h Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed