diff options
author | 2009-01-14 12:22:25 +0200 | |
---|---|---|
committer | 2009-01-14 17:04:59 +0200 | |
commit | 6047a007d0f6b7395cd158f3bdda34ab39a48821 (patch) | |
tree | 3d1bb724290a5134338f3b2496a7252a5ec8dcb8 /include/linux/kernel.h | |
parent | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (diff) | |
download | wireguard-linux-6047a007d0f6b7395cd158f3bdda34ab39a48821.tar.xz wireguard-linux-6047a007d0f6b7395cd158f3bdda34ab39a48821.zip |
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 <penberg@cs.helsinki.fi>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions