commit | 98fdffccea6cc3fe9dba32c0fcc310bcb5d71529 | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Mon Jun 13 15:52:14 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Jun 13 20:58:43 2005 -0700 |
tree | a103491fdd6e9bec45f408d32c976929a7ecd458 | |
parent | 36ca1195ad7f760a6af3814cb002bd3a3d4b4db1 [diff] |
[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>