From: Christoph Lameter To: Pekka Enberg Cc: Matt Mackall Cc: Vegard Nossum Cc: linux-mm@kvack.org Subject: slub: fixes and cleanups Subject-Prefix: [patch @num@/@total@] Fixes and cleanups for slub. Not sure if any of this is so urgent that it should go into 2.6.25. The patches are also available via git from: git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm.git slab-linus Christoph Lameter (4): slub: Reduce #ifdef ZONE_DMA by moving kmalloc_caches_dma near dma logic slub: Deal with config variable dependencies slub: Fixes to per cpu stat output in sysfs slub: No need for per node slab counters if !SLUB_DEBUG Pekka Enberg (1): slub: Initialize per-cpu stats init/Kconfig | 2 +- lib/Kconfig.debug | 2 +- mm/slub.c | 93 +++++++++++++++++++++++++++++++++++----------------- 3 files changed, 64 insertions(+), 33 deletions(-)