]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/slub.c
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
authorChristoph Lameter <clameter@sgi.com>
Tue, 17 Jul 2007 11:03:24 +0000 (04:03 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:01 +0000 (10:23 -0700)
commit0c710013200e72b5e0bc680ff4ec6bdac53c5ce8
tree160c44e8036e9ea65e7863271f925954d05ed091
parentd07dbea46405b37d59495eb4de9d1056dcfb7c6d
SLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG

Add #ifdefs around data structures only needed if debugging is compiled into
SLUB.

Add inlines to small functions to reduce code size.

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>
include/linux/slub_def.h
mm/slub.c