commit | 3b89d7d881a1dbb4da158f7eb5d6b3ceefc72810 | [log] [tgz] |
---|---|---|
author | David Rientjes <rientjes@google.com> | Sun Feb 22 17:40:07 2009 -0800 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Mon Feb 23 12:05:41 2009 +0200 |
tree | 48c119937a204172677a5fa3a829019890670350 | |
parent | b578f3fcca1e78624dfb5f358776e63711d7fda2 [diff] |
slub: move min_partial to struct kmem_cache Although it allows for better cacheline use, it is unnecessary to save a copy of the cache's min_partial value in each kmem_cache_node. Cc: Christoph Lameter <cl@linux-foundation.org> Signed-off-by: David Rientjes <rientjes@google.com> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>