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:19:59 +0000 (05:19 -0800)
commit579976cf246bd55dea2dfd3bf8470fd8bb8bde0a
tree3b9055221a565c05db131bc7f76f27cdba5401c0
parent28a33f8492098c23f7c3c58763ace93b82ea80a7
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.

Change-Id: Ic4ef9bac800087f1b287d3da08fcd5eec84374ef
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>
src/afs/afs_analyze.c