From: Derrick Brashear Date: Thu, 24 Jan 2002 10:09:13 +0000 (+0000) Subject: linux-cant-daemonize-due-to-exit-mm-call-oh-well-20020124 X-Git-Tag: openafs-devel-1_3_0~31 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=a89079efffb1610a55c0fdff42f2feb82b394ff1;p=packages%2Fo%2Fopenafs.git 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() --- 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;