The following commit has been merged in the openafs-devel-1_7_x branch:
commit c531ef2857fd90fd57621249068e9d82a6991ed6
Author: Jeffrey Altman <[email protected]>
Date:   Mon Oct 12 09:56:07 2015 -0400

    Windows: CM_ERROR_INEXACT_MATCH is not a fatal error
    
    cm_BPlusDirLookup() and cm_Lookup() can return CM_ERROR_INEXACT_MATCH
    which is not a fatal error.  Instead it is an indication that the returned
    cm_scache object was not a case sensitive match.  Do not fail the request
    and do not leak the cm_scache reference.
    
    Reviewed-on: http://gerrit.openafs.org/12057
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit c372bc92a3f78ac00aa69b2fb7a2050993b4fed8)
    
    Change-Id: I0d533b828d8e42d88163987772672c300277e10d
    Reviewed-on: http://gerrit.openafs.org/12067
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/WINNT/afsd/cm_ioctl.c           |   10 +++++-----
 src/WINNT/afsrdr/user/RDRFunction.c |    6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

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

Reply via email to