OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-59-gabed234

Gerrit Code Review gerrit@openafs.org
Wed, 8 May 2013 05:54:29 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit abed234ebfb6f929c2168372e623ccd8eb8c2044
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Mar 3 23:10:51 2013 -0500

    Windows: CreateFile Reparse Point to File as File
    
    Apply the Reparse Point to File as File Policy to CreateFile.  If the
    FILE_OPEN_REPARSE_POINT flag is specified to the CreateFile operation
    and AFSIgnoreReparsePointToFile() returns TRUE, evaluate the target
    object (if possible) and if the object is a FILE, then ignore the
    FILE_OPEN_REPARSE_POINT flag.  Otherwise, re-evaluate the request to
    attempt to open a reparse point if it exists.
    
    Change-Id: I454501966afd9a500773e14a425f2a975ce31c22
    Reviewed-on: http://gerrit.openafs.org/9343
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 6a3eca32a6a89bf533d3075ac5cb3b24da1b1326)
    Reviewed-on: http://gerrit.openafs.org/9864

 src/WINNT/afsrdr/common/AFSRedirCommonDefines.h |    1 +
 src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp       |  651 ++++++++++++++++++-----
 2 files changed, 525 insertions(+), 127 deletions(-)

-- 
OpenAFS Master Repository