commit | 643b113849d8faa68c9f01c3c9d929bfbffd50bd | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Sun May 06 14:49:42 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:12:54 2007 -0700 |
tree | d8eea2326ccee49892acaa970bf015ee69a31e8a | |
parent | 77c5e2d01af871f4bfbe08feefa3d5118cb1001b [diff] |
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>