From: Pekka Enberg Date: Wed, 14 Jan 2009 10:22:25 +0000 (+0200) Subject: SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() X-Git-Tag: v2.6.30-rc1~652^2^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6047a007d0f6b7395cd158f3bdda34ab39a48821;p=pandora-kernel.git SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() There's no reason to use ->objsize from struct kmem_cache in slab_free() for the SLAB_DEBUG_OBJECTS case. All it does is generate extra cache pressure as we try very hard not to touch struct kmem_cache in the fast-path. Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed