OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3312-g17986a1
Gerrit Code Review
gerrit@openafs.org
Fri, 1 Feb 2013 14:29:25 -0800 (PST)
The following commit has been merged in the master branch:
commit ed8b4808860cda1f80403e372e540c63b3b4183c
Author: Derrick Brashear <shadow@your-file-system.com>
Date: Mon Jan 21 16:10:17 2013 -0500
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 | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository