OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_8-3-g710cbba

Gerrit Code Review gerrit@openafs.org
Thu, 22 Mar 2012 15:11:38 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 710cbbab107d35507e04ce590ad8daf9de5bd550
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Mar 22 15:55:47 2012 -0400

    Windows: Client handling of VNOSERVICE
    
    VNOSERVICE should not be grouped together with the volume status
    error codes.  It is used to indicate that the RPC was not serviced.
    The file server issues it when its idle dead timeout period is reached
    while receiving rx call data.  The client's existing status information
    is still valid and the client can retry the call.
    
    Reviewed-on: http://gerrit.openafs.org/6938
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit 39964d08792f3a09694f97d7c7fa76a86ca213a7)
    
    Change-Id: I8c8436fcecc2263d177df88719883cf29b021a84
    Reviewed-on: http://gerrit.openafs.org/6939
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_conn.c |   33 ++++++++++++++++++++++++++++-----
 1 files changed, 28 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository