slub: fix bug in slub debug support
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Thu, 26 Jul 2007 18:54:34 +0000 (20:54 +0200)
committerChristoph Lameter <clameter@sgi.com>
Mon, 30 Jul 2007 19:15:15 +0000 (12:15 -0700)
commit2208b764c14d0f1ad63da64b1a42db6077b6fe42
treeeb936f9fce478ffd6252e5dd2e6a88540b78a641
parent02febdf7f62f2fbfa89ca9dc5d929beea89c96b1
slub: fix bug in slub debug support

We ClearSlabDebug() before the last SlabDebug() check. Clear it later.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Christoph Lameter <clameter@sgi.com>
mm/slub.c