Re: [PATCH] signal_struct slab cache

Mark Hemment (markhe@veritas.com)
Mon, 7 Aug 2000 15:29:18 +0100 (BST)


Tigran,

> There is a standard place for system-wide SLAB caches -
> include/linux/slab.h (grep for "System wide") - please move that extern in
> there because kernel/exit.c includes malloc.h which is really slab.h so it
> should be okay.

I know about slab.h.
Not all caches are system-wide (and the sigact_cachep in my patch _is_not_
system-wide). Why add to all the polution?

Mark

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/