SLUB: move resiliency check into SYSFS section
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:41 +0000 (02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:45 +0000 (12:30 -0700)
commitb345970905e34c1b632fe4d80e2af14c7de99b45
tree0e495a2b5cbbfdbaf7dfd126bb6a5a2060a23ae4
parent7656c72b5a631452ace361037ccf8384454d0f72
SLUB: move resiliency check into SYSFS section

Move the resiliency check into the SYSFS section after validate_slab that is
used by the resiliency check.  This will avoid a forward declaration.

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