mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: fsctl: oplock fixes
This commit is contained in:
@ -1451,7 +1451,7 @@ static BOOLEAN FspFsvolCreateOpenOrOverwriteOplock(PIRP Irp, const FSP_FSCTL_TRA
|
||||
if (STATUS_SUCCESS == Result &&
|
||||
FlagOn(IrpSp->Parameters.Create.Options, FILE_OPEN_REQUIRING_OPLOCK))
|
||||
{
|
||||
Result = FspOplockFsctrlCreate(FspFileNodeAddrOfOplock(FileNode), Irp, OplockCount);
|
||||
Result = FspFileNodeOplockFsctl(FileNode, Irp, OplockCount);
|
||||
ASSERT(STATUS_PENDING != Result);
|
||||
|
||||
if (STATUS_SUCCESS == Result)
|
||||
|
Reference in New Issue
Block a user