From: Jeff Dike Date: Fri, 6 Jan 2006 08:18:48 +0000 (-0800) Subject: [PATCH] uml: use kstrdup X-Git-Tag: v2.6.16-rc1~936^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970d6e3a3461ebc62bc3fc6d4962c936cb2ed97c;p=pandora-kernel.git [PATCH] uml: use kstrdup There were a bunch of calls to uml_strdup dating from before kstrdup was introduced. This changes those calls. It doesn't eliminate the definition since there is still a couple of calls in userspace code (which should probably call the libc strdup). Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed