commit | 818cf5909701806285d977f7a9365c5cadb062a7 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Thu Apr 23 09:58:22 2009 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Apr 23 09:58:22 2009 +0300 |
tree | f3a4d1f11d6ef32738f761d258e502b8791b199e | |
parent | f4efdd65b754ebbf41484d3a2255c59282720650 [diff] |
slub: enforce MAX_ORDER slub_max_order may not be equal to or greater than MAX_ORDER. Additionally, if a single object cannot be placed in a slab of slub_max_order, it still must allocate slabs below MAX_ORDER. Acked-by: Christoph Lameter <cl@linux-foundation.org> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>