OpenAFS CVS Commit: openafs/src/afs/LINUX by zacheiss

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Wed, 15 May 2002 16:04:15 EDT


Update of /cvs/openafs/src/afs/LINUX
In directory GRAND.CENTRAL.ORG:/home/zacheiss/openafs/src/afs/LINUX

Modified Files:
	osi_misc.c 
Log Message:

DELTA linux-really-fix-shutdown-hang-20020515
AUTHOR warlord@mit.edu

osi_linux_unmask() needs to explicitly flush_signals() before calling
recalc_sigpending(), otherwise recent kernels don't appear to deliver
new instances of any signals already received.

Revert back to using SIGKILL at shutdown time, but use SIGKILL instead of
explicitly using signal 9, because abstraction is your friend.


--- DELTA config follows ---
linux-really-fix-shutdown-hang-20020515 openafs/src/afs/LINUX/osi_misc.c 1.17 1.18