Re: [patch 6/9] mempool - Update kzalloc mempool users

From: Matthew Dobson
Date: Thu Jan 26 2006 - 17:01:25 EST


Pekka Enberg wrote:
> Hi,
>
> On 1/25/06, Matthew Dobson <colpatch@xxxxxxxxxx> wrote:
>
>>plain text document attachment (critical_mempools)
>>Fixup existing mempool users to use the new mempool API, part 3.
>>
>>This mempool users which are basically just wrappers around kzalloc(). To do
>>this we create a new function, kzalloc_node() and change all the old mempool
>>allocators which were calling kzalloc() to now call kzalloc_node().
>
>
> The slab bits look good to me. You might have some rediffing to do
> because -mm has quite a bit of slab patches in it.
>
> Acked-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
>
> Pekka

Good to hear. I expect there to be plenty of differences. Some pieces of
this are ready to be pushed now, but most of it is still very much in
planning/design stage. My hopes (which I probably should have made more
clear in the introductory email) are just to get feedback on the general
approach to the problem that I'm pursuing.

Thanks!

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