]> git.baikalelectronics.ru Git - kernel.git/commit
SLUB: move tracking definitions and check_valid_pointer() away from debug code
authorChristoph Lameter <clameter@sgi.com>
Wed, 9 May 2007 09:32:43 +0000 (02:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 9 May 2007 19:30:45 +0000 (12:30 -0700)
commit33c815c1976e356ffeb8e98e3fdd13a01f50615e
treee7049877addb956ec53d98ead01d993e06558044
parentba2bfca21e3aff2fd5de6ad96ace641bb5ab539a
SLUB: move tracking definitions and check_valid_pointer() away from debug code

Move the tracking definitions and the check_valid_pointer() function away from
the debugging related functions.

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