From d36b8ff8db63ee893941d57422e54ca05e4a1564 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 11 Aug 2014 01:07:27 -0400 Subject: [PATCH] Windows: Reparse Policy vs DFSLinks When a reparse policy is specified and AFSLocateNameEntry() returns with STATUS_REPARSE, do not re-evaluate the path with the reparse policy disabled. STATUS_REPARSE was returned because the FileObject's FileName was modified and the IO Manager needs to reparse the request. Change-Id: I290837357793d3961833923ea1d5300d08bf7dfc Reviewed-on: http://gerrit.openafs.org/11397 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp b/src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp index 5055482..71d18fb 100644 --- a/src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp +++ b/src/WINNT/afsrdr/kernel/lib/AFSCreate.cpp @@ -700,7 +700,6 @@ AFSCommonCreate( IN PDEVICE_OBJECT DeviceObject, &uniComponentName); if ( ntStatus == STATUS_SUCCESS || - ntStatus == STATUS_REPARSE || ntStatus == STATUS_OBJECT_NAME_NOT_FOUND || ntStatus == STATUS_ACCESS_DENIED) { -- 1.9.4