From a89079efffb1610a55c0fdff42f2feb82b394ff1 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 24 Jan 2002 10:09:13 +0000 Subject: [PATCH] linux-cant-daemonize-due-to-exit-mm-call-oh-well-20020124 the call to daemonize() means we fail to shut down correctly on SMP machines; this is due to the call to exit_mm() in daemonize() --- src/afs/afs_osi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/afs/afs_osi.c b/src/afs/afs_osi.c index 5e6e61110..bd762eafb 100644 --- a/src/afs/afs_osi.c +++ b/src/afs/afs_osi.c @@ -294,8 +294,6 @@ void afs_osi_MaskSignals(){ void afs_osi_Invisible() { #ifdef AFS_LINUX22_ENV afs_osi_MaskSignals(); - - daemonize(); #endif #ifdef AFS_DEC_ENV u.u_procp->p_type |= SSYS; -- 2.39.5