commit | b345970905e34c1b632fe4d80e2af14c7de99b45 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Wed May 09 02:32:41 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed May 09 12:30:45 2007 -0700 |
tree | 0e495a2b5cbbfdbaf7dfd126bb6a5a2060a23ae4 | |
parent | 7656c72b5a631452ace361037ccf8384454d0f72 [diff] |
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>