diff options
author | Jack Steiner <steiner@sgi.com> | 2006-03-08 06:55:46 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-08 23:15:04 +0100 |
commit | 07ed76b2a085a31f427c2a912a562627947dc7de (patch) | |
tree | da15ed460ffa5e43eb644ca0958925275b4b526b /drivers/block/DAC960.c | |
parent | [PATCH] v9fs: fix for access to unitialized variables or freed memory (diff) | |
download | linux-07ed76b2a085a31f427c2a912a562627947dc7de.tar.xz linux-07ed76b2a085a31f427c2a912a562627947dc7de.zip |
[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 <steiner@sgi.com>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions