]> git.michaelhowe.org Git - packages/o/openafs.git/commit
osi_linux_unmask() needs to explicitly flush_signals() before calling openafs-stable-1_2_4
authorDerek Atkins <warlord@mit.edu>
Wed, 15 May 2002 21:07:29 +0000 (21:07 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Wed, 15 May 2002 21:07:29 +0000 (21:07 +0000)
commitf6c3430f9cf5024d9c1171def618373413cbeaca
tree31133a42587f934a81ec1230dd7a8bcdec68e9cb
parent8166479cebd2949de689f7ff8f44adf1706eb4b5
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.

(cherry picked from commit 8251fc6871a65326150be69b929917b37d83e215)
src/afs/LINUX/osi_misc.c
src/rx/LINUX/rx_knet.c