OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre4-4-ga26f4b1
Gerrit Code Review
gerrit@openafs.org
Wed, 13 Apr 2011 10:04:24 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit a26f4b188172ed157b4ddf9006e46186702b5b56
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Apr 12 16:30:55 2011 -0500
libafs: Do not specify an Rx busy channel error
Do not specify an error for Rx busy channels in libafs, so we do not
get notified of busy channel notifications. The current code just
specifies RX_CALL_TIMEOUT for the busy channel error, which has
problems (in particular, for RXAFS calls that are not wrapped in an
afs_Analyze loop). So, disable this behavior.
This is a 1.6-specific change. The master branch will instead get
fixes for this functionality, and it will get turned on in 1.6 again
as appropriate.
Change-Id: I0ed292a61ba4c8d0e59017b3dfaadc88d17591e6
Reviewed-on: http://gerrit.openafs.org/4460
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_call.c | 2 --
src/afs/afs_pag_call.c | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository