From: Jeffrey Altman Date: Thu, 10 Nov 2011 03:52:37 +0000 (-0500) Subject: Windows: FSCTL_SET_REPARSE_POINT not yet implemented X-Git-Tag: openafs-stable-1_8_0pre1~3059 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=f27480aa2f8a26da3bd7634ff7072c1faac0f448;hp=72e5bd1434a6a2238f28f11a149192f44d0b82d1 Windows: FSCTL_SET_REPARSE_POINT not yet implemented Since FSCTL_SET_REPARSE_POINT is not yet implemented return STATUS_INVALID_PARAMETER to all requests that do not fail validity tests. Change-Id: I53d4b4fc9d957daa70b16d37a529778ed8bbfa5e Reviewed-on: http://gerrit.openafs.org/5829 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp b/src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp index 2854eb5..2bc9908 100644 --- a/src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp +++ b/src/WINNT/afsrdr/kernel/lib/AFSFSControl.cpp @@ -616,6 +616,8 @@ AFSProcessUserFsRequest( IN PIRP Irp) // For now deny access on this call // + ntStatus = STATUS_INVALID_PARAMETER; + break; }