OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3749-gaa09c83
Gerrit Code Review
gerrit@openafs.org
Tue, 7 May 2013 17:40:17 -0700 (PDT)
The following commit has been merged in the master branch:
commit 6a3eca32a6a89bf533d3075ac5cb3b24da1b1326
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: Ia1a3d5f4c4d638d7d94209c9b4a9dfc2e8aa2005
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>
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