OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-70-gb11ff64

Gerrit Code Review gerrit@openafs.org
Sun, 5 Sep 2010 20:54:50 -0700 (PDT)


The following commit has been merged in the master branch:
commit b11ff643b5665ec252ca96dc19af1446fb72481f
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Tue Aug 24 16:42:57 2010 -0400

    Windows: better handle RX_MSGSIZE errors
    
    An RX_MSGSIZE error is returned by the new PMTU detection
    code.  It is critical that such an error result in a retry of
    the operation that failed.  Otherwise, the PMTU detection can't
    work and the server will be marked down.
    
    Secondly, it is important that such errors not leak to the
    application layer.  Map them to CM_ERROR_RETRY in all cases.
    
    LICENSE MIT
    
    Change-Id: I966fe259080bd31ec60fdb6715f54e18e190c790
    Reviewed-on: http://gerrit.openafs.org/2656
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Tested-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/cm_conn.c  |    5 ++---
 src/WINNT/afsd/cm_utils.c |   15 ++++++++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository