]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b6c92ba7c886c7c744697cff5a43af5d0b81154
tree5fbcbd881ebe6e0229f59ff97f7d7a36ccd6e004
parent3d3914b64d0d5d60e1b7bf7c09fe4edc5518c066
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