mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: oplock: misc fixes and improvements
This commit is contained in:
@ -779,8 +779,8 @@ NTSTATUS FspOplockFsctrlF(
|
||||
OpenCount);
|
||||
|
||||
/*
|
||||
* When the IRP is IRP_MJ_FILE_SYSTEM_CONTROL, FsRtlOplockFsctrl always completes the IRP
|
||||
* (unless it raises). So return STATUS_SUCCESS in that case.
|
||||
* When the IRP is IRP_MJ_FILE_SYSTEM_CONTROL, FsRtlOplockFsctrl always takes ownership
|
||||
* of the IRP (unless it raises). So return STATUS_SUCCESS in that case.
|
||||
*/
|
||||
if (!Create)
|
||||
Result = STATUS_SUCCESS;
|
||||
|
Reference in New Issue
Block a user