]> git.michaelhowe.org Git - packages/o/openafs.git/commit
libafs: Do not specify an Rx busy channel error
authorAndrew Deason <adeason@sinenomine.net>
Tue, 12 Apr 2011 21:30:55 +0000 (16:30 -0500)
committerDerrick Brashear <shadow@dementia.org>
Wed, 13 Apr 2011 17:03:50 +0000 (10:03 -0700)
commita26f4b188172ed157b4ddf9006e46186702b5b56
tree918e2db2f2d3ce5478a6a03a9c3a1b6be5f3a59f
parenta90ef45858e30b6319b15150c9b4f70ececb212d
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
src/afs/afs_pag_call.c