From: Andrew Morton Cc: Christoph Lameter Cc: Pekka Enberg Cc: Manfred Spraul Signed-off-by: Andrew Morton --- mm/slab.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/slab.c~slab-cache_reap-further-reduction-in-interrupt-holdoff-fix mm/slab.c --- devel/mm/slab.c~slab-cache_reap-further-reduction-in-interrupt-holdoff-fix 2006-03-11 02:46:24.000000000 -0800 +++ devel-akpm/mm/slab.c 2006-03-11 02:46:24.000000000 -0800 @@ -3544,7 +3544,7 @@ static void drain_array_locked(struct km * Drain an array if it contains any elements taking the l3 lock only if * necessary. */ -void drain_array(struct kmem_cache *searchp, struct kmem_list3 *l3, +static void drain_array(struct kmem_cache *searchp, struct kmem_list3 *l3, struct array_cache *ac) { if (ac && ac->avail) { _