]> 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:37 +0000 (05:55 -0800)
commit4f6d061ac6e19504fe8bccd9bcc720c0479999c3
treea038e2f9c4e6f17259455fd57a935c9420e72a60
parent572b2782e0d61670b4d95ac1ff6d3c0e1466febb
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: I1ab5ed69dc707f13620d91a01227679c47bb97df
Reviewed-on: http://gerrit.openafs.org/6853
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
src/afs/afs_analyze.c