mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-23 10:43:22 -05:00
sys: FspFileNodeRenameCheck: fix handle oplock break
This commit is contained in:
@@ -1475,7 +1475,7 @@ NTSTATUS FspFileNodeRenameCheck(PDEVICE_OBJECT FsvolDeviceObject, PIRP OplockIrp
|
|||||||
{
|
{
|
||||||
Result = NT_SUCCESS(Result) ? STATUS_OPLOCK_BREAK_IN_PROGRESS : Result;
|
Result = NT_SUCCESS(Result) ? STATUS_OPLOCK_BREAK_IN_PROGRESS : Result;
|
||||||
DescendantFileNodes[DescendantFileNodeIndex] =
|
DescendantFileNodes[DescendantFileNodeIndex] =
|
||||||
(PVOID)((UINT_PTR)DescendantFileNode | 2);
|
(PVOID)((UINT_PTR)DescendantFileNode | 4);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
Result = STATUS_ACCESS_DENIED;
|
Result = STATUS_ACCESS_DENIED;
|
||||||
|
Reference in New Issue
Block a user