OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_32-2-g501edb0

Gerrit Code Review gerrit@openafs.org
Tue, 10 Feb 2015 02:33:55 -0500


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 501edb0e75c41df6f38176fbc66f4daad6847dce
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Thu Jan 22 19:48:32 2015 -0500

    Windows: foo.backup -> foo.backup too many symlinks
    
    In the case where an explicit mount point to a .backup volume is
    resolved from a .backup volume the cache manager refuses to evaluate
    the mount point target.  This is meant to address unwanted recursion
    in the directory tree searches.
    
    Change the error code to ERROR_TOO_MANY_SYMLINKS and propagate that
    error to the AFS redirector.  That will result in the application
    receiving STATUS_ACCESS_DENIED instead of
    STATUS_REPARSE_POINT_NOT_RESOLVED.
    
    The STATUS_REPARSE_POINT_NOT_RESOLVED error causes cmd.exe and
    powershell.exe to terminate recursive directory searches.
    
    Reviewed-on: http://gerrit.openafs.org/11693
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 0008ca80a873975e042993b30cbdc47d8f8f116b)
    
    Change-Id: Idb2046e7e1fa4d327e6af794f7803981f56f3763
    Reviewed-on: http://gerrit.openafs.org/11735
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_vnodeops.c        |    2 +-
 src/WINNT/afsrdr/user/RDRFunction.c |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository