slub: move min_partial to struct kmem_cache
authorDavid Rientjes <rientjes@google.com>
Mon, 23 Feb 2009 01:40:07 +0000 (17:40 -0800)
committerPekka Enberg <penberg@cs.helsinki.fi>
Mon, 23 Feb 2009 10:05:41 +0000 (12:05 +0200)
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>

No differences found