[PATCH] kstrdup: convert a few existing implementations
authorRobert Love <rml@novell.com>
Thu, 23 Jun 2005 07:09:04 +0000 (00:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:18 +0000 (09:45 -0700)
commitdfe52244e004f5103478966cd88351feb5c50d79
treee8642138b3ff31a799c208c0b2a6562885d76092
parent543537bd922692bc978e2e356fcd8bfc9c2ee7d5
[PATCH] kstrdup: convert a few existing implementations

Convert a bunch of strdup() implementations and their callers to the new
kstrdup().  A few remain, for example see sound/core, and there are tons of
open coded strdup()'s around.  Sigh.  But this is a start.

Signed-off-by: Robert Love <rml@novell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/process_kern.c