1
0
mirror of https://github.com/winfsp/winfsp.git synced 2026-06-26 06:18:21 -05:00

sys: IRP_MJ_CLEANUP

This commit is contained in:
Bill Zissimopoulos
2015-12-07 23:36:12 -08:00
parent 106b3ab0c7
commit 51865f5e44
3 changed files with 60 additions and 3 deletions
+1 -1
View File
@@ -688,7 +688,7 @@ static VOID FspFsvolCreateClose(
if (!NT_SUCCESS(Result))
goto leak_exit;
/* populate the CreateClose request */
/* populate the CreateCleanupClose request */
Request->Kind = FspFsctlTransactCreateCleanupCloseKind;
Request->Req.Cleanup.UserContext = FsContext->UserContext;
Request->Req.Cleanup.UserContext2 = (UINT_PTR)FileObject->FsContext2;