]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2b474657067eabb17b487d62766d0147be184e5
tree160c44e8036e9ea65e7863271f925954d05ed091
parent91ff5ef6913c3cae3a6b55d461aa393d4ea1a732
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