From: David Rientjes Date: Mon, 23 Feb 2009 01:40:07 +0000 (-0800) Subject: slub: move min_partial to struct kmem_cache X-Git-Tag: v2.6.30-rc1~652^2^4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b89d7d881a1dbb4da158f7eb5d6b3ceefc72810;p=pandora-kernel.git 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 Signed-off-by: David Rientjes Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed