The following commit has been merged in the master branch:
commit 3b27be6692796bb5319dfa1ea0e01698bbf64aab
Author: D Brashear <[email protected]>
Date:   Tue Oct 14 14:03:40 2014 -0400

    libafs: avoid contaminating the return of lookup vnop
    
    when we resort to checking the inlinebulk errors to see if a retry
    is needed, do not overwrite the lookup return code; only decide if
    a retry is needed.
    
    problem case was where the first vnode returned EACCES and so
    all vnodes were assumed to have failed, when just one did.
    
    Change-Id: Ifd7361ce5af50a72817afa81d31d9cfbda906efd
    Reviewed-on: http://gerrit.openafs.org/11537
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>

 src/afs/VNOPS/afs_vnop_lookup.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

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

Reply via email to