SLUB: introduce DebugSlab(page)
commit35e5d7ee27680aef6dc3fab45a5ecd9952d9791a
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:42 +0000 (9 02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:45 +0000 (9 12:30 -0700)
tree47660b2ac98ca94c42164952520700644411a6cc
parentb345970905e34c1b632fe4d80e2af14c7de99b45
SLUB: introduce DebugSlab(page)

This replaces the PageError() checking.  DebugSlab is clearer and allows for
future changes to the page bit used.  We also need it to support
CONFIG_SLUB_DEBUG.

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>
mm/slub.c