commit | 8eae985f08138758e06503588f5f1196269bc415 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Fri May 09 20:32:44 2008 +0200 |
committer | Vegard Nossum <vegard.nossum@gmail.com> | Sat Jun 13 08:58:43 2009 +0200 |
tree | 6bcd43b5ee4cfd225ee2a630441b61c7c2ce69eb | |
parent | b618ad31bb2020db6a36929122e5554e33210d47 [diff] |
slab: move struct kmem_cache to headers Move the SLAB struct kmem_cache definition to <linux/slab_def.h> like with SLUB so kmemcheck can access ->ctor and ->flags. Cc: Ingo Molnar <mingo@elte.hu> Cc: Christoph Lameter <clameter@sgi.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi> [rebased for mainline inclusion] Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>