mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: FspWqOplockPrepare: use work routine
This commit is contained in:
@ -51,7 +51,7 @@ static NTSTATUS FspFsvolLockControlRetry(
|
||||
|
||||
/* perform oplock check; we are only implementing Win7 behavior */
|
||||
Result = FspCheckOplock(FspFileNodeAddrOfOplock(FileNode), Irp,
|
||||
0, FspWqOplockComplete, FspWqOplockPrepare);
|
||||
(PVOID)(UINT_PTR)FspFsvolLockControlRetry, FspWqOplockComplete, FspWqOplockPrepare);
|
||||
if (STATUS_PENDING == Result)
|
||||
{
|
||||
FspFileNodeRelease(FileNode, Main);
|
||||
|
Reference in New Issue
Block a user