]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
slub: Use the objsize from the kmem_cache_cpu structure
authorChristoph Lameter <clameter@sgi.com>
Sat, 16 Feb 2008 07:45:25 +0000 (23:45 -0800)
committerChristoph Lameter <clameter@sgi.com>
Mon, 3 Mar 2008 20:22:31 +0000 (12:22 -0800)
commit27d9e4e94862c89d171cf70911b4f11ad69fb54e
tree630d7af09633c209e4b2d8390146f2af1074a37d
parentd692ef6dcd20da60786470654410e85f29c2ddd9
slub: Use the objsize from the kmem_cache_cpu structure

No need to access the kmem_cache structure. We have the same value
in kmem_cache_cpu.

Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
mm/slub.c