]> git.michaelhowe.org Git - packages/o/openafs.git/commit
darwin: don't process incoming packets during rx shutdown
authorDerrick Brashear <shadow@your-file-system.com>
Tue, 22 Jan 2013 20:00:29 +0000 (15:00 -0500)
committerPaul Smeddle <paul.smeddle@gmail.com>
Tue, 29 Jan 2013 21:14:42 +0000 (13:14 -0800)
commit0399446de37748aee51af8395203aba6b9712ada
tree42d277f1f4d8f2d0d79b706dd6abeea08dcff9ba
parent5b6a1a619d073c895b938032f5f1b37fcfa7040f
darwin: don't process incoming packets during rx shutdown

we have a chicken and egg problem because the kpi doesn't
let us kill the upcall before we close a socket. a more correct
fix (on master) uses atomics, but for 1.6 this is a minimally-invasive
fix, macos only and strictly better than before.

FIXES 131577

Change-Id: I6003679f709284ae28f51bf5de8deff873346819
Reviewed-on: http://gerrit.openafs.org/8937
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
src/rx/DARWIN/rx_knet.c
src/rx/rx.c