The following commit has been merged in the master branch:
commit ae7ef5f5b963a5c8ce4110a7352e0010cb6cdbc1
Author: Jeffrey Altman <[email protected]>
Date:   Wed Sep 2 22:54:17 2009 -0400

    Windows: rx_Write failures must be processed
    
    The error code returned by rx_Write takes precedence under
    all circumstances over the error returned by EndRXAFS_StoreData.
    
    cm_ReleaseBIOD must apply the error code to all buffers in the
    BIOD list.
    
    cm_ReleaseBIOD accepts an error code, not a boolean indicating
    failure.
    
    Fix a related signed/unsigned error.
    
    FIXES 125351
    
    LICENSE MIT
    
    Reviewed-on: http://gerrit.openafs.org/396
    Tested-by: Asanka Herath <[email protected]>
    Reviewed-by: Asanka Herath <[email protected]>
    Tested-by: Jeffrey Altman <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_dcache.c |   45 +++++++++++++++++++++++++++++++++++++------
 src/WINNT/afsd/cm_dcache.h |    2 +-
 2 files changed, 39 insertions(+), 8 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to