[2.6 patch] mm/slab.c: make kmem_cache_alloc_node static

2005-03-27 Thread Adrian Bunk
kmem_cache_alloc_node isn't used outside of this file. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 6 Mar 2005 include/linux/slab.h |8 mm/slab.c| 12 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) --- linux-2

[2.6 patch] mm/slab.c: make kmem_cache_alloc_node static

2005-03-06 Thread Adrian Bunk
kmem_cache_alloc_node isn't used outside of this file. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/linux/slab.h |8 mm/slab.c| 12 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) --- linux-2.6.11-mm1-full/include/linux/slab.h.old 2