Re: [PATCH 1/2] slob: introduce mm/util.c for shared functions

From: Pekka Enberg
Date: Fri Nov 04 2005 - 03:26:43 EST


On 11/4/05, Matt Mackall <mpm@xxxxxxxxxxx> wrote:
> Well, yes. But I decided not to do that now because I ended up wanting
> to create mm/util.c anyway for kzalloc. I suspect we'll see other
> helper functions like kzalloc and kstrdup down the road.

I prefer this as well. kstrdup() is _not_ a string operation but a
special purpose memory allocator just like kzalloc() and kcalloc().

Pekka
-
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/