commit | 3cdaf45578b9aa1eb748d0a32678ee5a0180575b | [log] [tgz] |
---|---|---|
author | Jeff Dike <jdike@addtoit.com> | Tue Oct 16 01:27:09 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 16 09:43:06 2007 -0700 |
tree | c31ec1a650ae7378215b446f12431a736d5d6d67 | |
parent | 8ca842c4b5cbc70b9180617e9f26b6ac9f40dbb9 [diff] |
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 <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>