commit | cfbf07f2a80b618c42a42c20d83647ea8fcceca0 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue May 15 01:42:06 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 15 08:54:01 2007 -0700 |
tree | 575c9834d1ed69459c79162042647008f2097123 | |
parent | 6a3ee3d5529c5e66aedf91401bfac65c61998639 [diff] |
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 <clameter@sgi.com> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>