[PATCH] uml: use fork instead of clone
authorJeff Dike <jdike@addtoit.com>
Mon, 13 Jun 2005 22:52:14 +0000 (15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 14 Jun 2005 03:58:43 +0000 (20:58 -0700)
commit98fdffccea6cc3fe9dba32c0fcc310bcb5d71529
treea103491fdd6e9bec45f408d32c976929a7ecd458
parent36ca1195ad7f760a6af3814cb002bd3a3d4b4db1
[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 <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/um/kernel/process.c