]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit70cd434fb4fbf5c4e5588b44e789a63b84467289
treea103491fdd6e9bec45f408d32c976929a7ecd458
parent0398042680fc37fd3d05f589f5bfcb7e8b509091
[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