From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:09 +0000 (-0700) Subject: uml: replace clone with fork X-Git-Tag: v2.6.24-rc1~1057 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cdaf45578b9aa1eb748d0a32678ee5a0180575b;p=pandora-kernel.git uml: replace clone with fork Convert the boot-time host ptrace testing from clone to fork. They were essentially doing fork anyway. This cleans up the code a bit, and makes valgrind a bit happier about grinding it. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed