mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys,dll: reparse point implementation: DeleteReparsePoint
This commit is contained in:
@ -339,8 +339,6 @@ static NTSTATUS FspFsvolCreateNoLock(
|
||||
FILE_ATTRIBUTE_NORMAL | FILE_ATTRIBUTE_DIRECTORY | FILE_ATTRIBUTE_REPARSE_POINT);
|
||||
if (CreateOptions & FILE_DIRECTORY_FILE)
|
||||
SetFlag(FileAttributes, FILE_ATTRIBUTE_DIRECTORY);
|
||||
if (CreateOptions & FILE_OPEN_REPARSE_POINT)
|
||||
SetFlag(FileAttributes, FILE_ATTRIBUTE_REPARSE_POINT);
|
||||
|
||||
/*
|
||||
* The new request is associated with our IRP. Go ahead and associate our FileNode/FileDesc
|
||||
|
Reference in New Issue
Block a user