diff options
author | Coywolf Qi Hunt <coywolf@lovecn.org> | 2005-04-16 22:26:01 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 22:26:01 (GMT) |
commit | 6c46ada700568897165409e618ed584683838b49 (patch) | |
tree | 3e58ca796d70c7867bb2acd6fbe239f671decd78 /arch | |
parent | 2f4cfacecd522849dac254f87273525eeca33d1d (diff) | |
download | linux-fsl-qoriq-6c46ada700568897165409e618ed584683838b49.tar.xz |
[PATCH] reparent_to_init cleanup
This patch hides reparent_to_init(). reparent_to_init() should only be
called by daemonize().
Signed-off-by: Coywolf Qi Hunt <coywolf@lovecn.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/mach-voyager/voyager_thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/i386/mach-voyager/voyager_thread.c b/arch/i386/mach-voyager/voyager_thread.c index 9980eef..a9341b0 100644 --- a/arch/i386/mach-voyager/voyager_thread.c +++ b/arch/i386/mach-voyager/voyager_thread.c @@ -126,7 +126,6 @@ thread(void *unused) kvoyagerd_running = 1; - reparent_to_init(); daemonize(THREAD_NAME); set_timeout = 0; |