slab: Common definition for kmem_cache_node
authorChristoph Lameter <cl@linux.com>
Thu, 10 Jan 2013 19:14:19 +0000 (19:14 +0000)
committerPekka Enberg <penberg@kernel.org>
Fri, 1 Feb 2013 10:32:09 +0000 (12:32 +0200)
commitca34956b804b7554fc4e88826773380d9d5122a8
tree5fbcbd881ebe6e0229f59ff97f7d7a36ccd6e004
parentce8eb6c424c794d7fb4d1a6667d267990ca28072
slab: Common definition for kmem_cache_node

Put the definitions for the kmem_cache_node structures together so that
we have one structure. That will allow us to create more common fields in
the future which could yield more opportunities to share code.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
include/linux/slub_def.h
mm/slab.c
mm/slab.h