slub: enable tracking of full slabs
authorChristoph Lameter <clameter@sgi.com>
Sun, 6 May 2007 21:49:42 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:12:54 +0000 (12:12 -0700)
commit643b113849d8faa68c9f01c3c9d929bfbffd50bd
treed8eea2326ccee49892acaa970bf015ee69a31e8a
parent77c5e2d01af871f4bfbe08feefa3d5118cb1001b
slub: enable tracking of full slabs

If slab tracking is on then build a list of full slabs so that we can verify
the integrity of all slabs and are also able to built list of alloc/free
callers.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/slub_def.h
mm/slub.c