From: Robert Love Date: Thu, 23 Jun 2005 07:09:04 +0000 (-0700) Subject: [PATCH] kstrdup: convert a few existing implementations X-Git-Tag: v2.6.13-rc4~130^2~80 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe52244e004f5103478966cd88351feb5c50d79;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed