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

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;