From: Jack Steiner Date: Wed, 8 Mar 2006 05:55:46 +0000 (-0800) Subject: [PATCH] slab: allocate larger cache_cache if order 0 fails X-Git-Tag: v2.6.16-rc6~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ed76b2a085a31f427c2a912a562627947dc7de;p=pandora-kernel.git [PATCH] slab: allocate larger cache_cache if order 0 fails kmem_cache_init() incorrectly assumes that the cache_cache object will fit in an order 0 allocation. On very large systems, this is not true. Change the code to try larger order allocations if order 0 fails. Signed-off-by: Jack Steiner Cc: Manfred Spraul Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed