commit | 70d71228af9360cc4a0198ecd6351a1b34fa6d01 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Sun May 06 14:49:47 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon May 07 12:12:54 2007 -0700 |
tree | ad85cc79ad684062cbb3cf2e56fafa7d3df65ee1 | |
parent | 2086d26a05a4b5bda4a2f677bc143933bbdfa9f8 [diff] |
slub: remove object activities out of checking functions Make sure that the check function really only check things and do not perform activities. Extract the tracing and object seeding out of the two check functions and place them into slab_alloc and slab_free 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>