darwin: stop processing upcalls once rx shutdown starts
authorDerrick Brashear <shadow@your-file-system.com>
Mon, 21 Jan 2013 21:10:17 +0000 (16:10 -0500)
committerDerrick Brashear <shadow@your-file-system.com>
Fri, 1 Feb 2013 22:28:45 +0000 (14:28 -0800)
commited8b4808860cda1f80403e372e540c63b3b4183c
treecc62e1a7be991e73cf6e4548235bd8301c3e71a1
parent2f8de279e11ff954c0034eb1fd4695cb015d956f
darwin: stop processing upcalls once rx shutdown starts

we have a chicken and egg. can't stop upcall without
killing socket; can't kill socket while rx might try to transmit on it.
cheat, and if rx is shut down, don't process things upcall receives.

FIXES 131577

Change-Id: I6b72f6e7aefb7937b768dcb9c0a83d0ee3317bfa
Reviewed-on: http://gerrit.openafs.org/8931
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/rx/DARWIN/rx_knet.c