OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-74-g4f6d061

Gerrit Code Review gerrit@openafs.org
Fri, 2 Mar 2012 05:56:46 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 4f6d061ac6e19504fe8bccd9bcc720c0479999c3
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Mar 1 15:49:12 2012 -0500

    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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository