commit | 0c710013200e72b5e0bc680ff4ec6bdac53c5ce8 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue Jul 17 04:03:24 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:01 2007 -0700 |
tree | 160c44e8036e9ea65e7863271f925954d05ed091 | |
parent | d07dbea46405b37d59495eb4de9d1056dcfb7c6d [diff] |
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>