]> git.michaelhowe.org Git - packages/o/openafs.git/commit
unix: always retry RX_CALL_BUSY
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 1 Mar 2012 20:49:12 +0000 (15:49 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 2 Mar 2012 13:55:58 +0000 (05:55 -0800)
commit2607d686b3d25cd058bbb62b7971ebbfec6bd4b6
tree5ba3ceca2fdc336647c75948396dc10964bf91ed
parent2c4618adc47fa1336a4636bd328c0dad0194c9d2
unix: always retry RX_CALL_BUSY

RX_CALL_BUSY is an indication that the call channel is busy not
that the server is down or otherwise cannot respond.  Unconditionally
retry the RPC and do not alter state.  We just want to force the use
of a different call channel.

Reviewed-on: http://gerrit.openafs.org/6852
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Hartmut Reuter <reuter@rzg.mpg.de>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
(cherry picked from commit 579976cf246bd55dea2dfd3bf8470fd8bb8bde0a)

Change-Id: I4492577e107cb62903e03a17c9241cc039e08ea4
Reviewed-on: http://gerrit.openafs.org/6854
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/afs/afs_analyze.c