LINUX 5.3.0: Use send_sig instead of force_sig
[openafs.git] / src / rx / rx_kcommon.c
index 51dcfa9..c2cc187 100644 (file)
@@ -1197,6 +1197,7 @@ rxk_Listener(void)
 #ifdef AFS_LINUX20_ENV
     rxk_ListenerPid = current->pid;
     rxk_ListenerTask = current;
+    allow_signal(SIGKILL);    /* Allowed, but blocked until shutdown */
 #endif
 #ifdef AFS_SUN5_ENV
     rxk_ListenerPid = 1;       /* No PID, just a flag that we're alive */