OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-470-gd9fc489
Gerrit Code Review
gerrit@openafs.org
Fri, 4 Oct 2019 10:35:00 -0400
The following commit has been merged in the master branch:
commit d9fc4890f01a41fa5a63f97f2446b3afc35b473f
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Sep 26 13:35:51 2019 -0500
rx: Fix test for end of call queue for LWP
Commit 6ad3d646 (rx: Correctly test for end of call queue) fixed a
broken end-of-queue check in rx_GetCall, but it only fixed the
RX_ENABLE_LOCKS version of rx_GetCall. The non-locks version (i.e. the
LWP version) still had this bug. Fix it for the LWP case, to avoid
some rare cases where an Rx call can get stuck in the incoming queue.
Also remove the comment added by commit 170dbb3c (rx: Use opr queues),
since we're fixing the mentioned problem.
Change-Id: I5b96d97d9aba7bc4b383133b2136f949f3ed22bc
Reviewed-on: https://gerrit.openafs.org/13880
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/rx/rx.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository