From: Jeff Dike Date: Mon, 13 Jun 2005 22:52:14 +0000 (-0700) Subject: [PATCH] uml: use fork instead of clone X-Git-Tag: v2.6.12~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98fdffccea6cc3fe9dba32c0fcc310bcb5d71529;p=pandora-kernel.git [PATCH] uml: use fork instead of clone 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