OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4340-gd5b6a54

Gerrit Code Review gerrit@openafs.org
Wed, 20 Aug 2014 12:54:27 -0400


The following commit has been merged in the master branch:
commit d5b6a545ed1e9f01c295280495b806981d9877d3
Author: pete scott <pscott@kerneldrivers.com>
Date:   Wed Aug 13 15:28:49 2014 -0400

    Windows: Obtain File Attribs for DFS Link target
    
    The AFSRetrieveFileAttributes() function is used to acquire the
    attributes for an AFS symlink.  The result is either returned directly
    to the application or used internally to determine the attributes
    to be exposed by reparse points.
    
    If the evaluated symlink crosses a DFS Link the redirector cannot
    return the request to IO Manager to evaluate the target.  Instead
    the redirector must handle the request internally and attempt to
    read the attributes of the target object.
    
    Change-Id: If14df8dc41e13fd59b524fdb575c46abab1dfc2f
    Reviewed-on: http://gerrit.openafs.org/11399
    Reviewed-by: Peter Scott <pscott@kerneldrivers.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp       |    9 +-
 src/WINNT/afsrdr/kernel/lib/AFSGeneric.cpp      |  113 +++++++++++++++++++++-
 src/WINNT/afsrdr/kernel/lib/AFSNameSupport.cpp  |   51 ++++++++---
 src/WINNT/afsrdr/kernel/lib/Include/AFSCommon.h |   12 ++-
 4 files changed, 159 insertions(+), 26 deletions(-)

-- 
OpenAFS Master Repository