sys: IRP_MJ_CLOSE

This commit is contained in:
Bill Zissimopoulos
2016-01-04 15:34:11 -08:00
parent 707e53d99f
commit 8ad93d934d
2 changed files with 53 additions and 4 deletions

View File

@ -80,9 +80,9 @@ static NTSTATUS FspFsvolCleanup(
if (!NT_SUCCESS(Result))
{
/*
* This really should NOT, but can theoretically happen. One way around it would be to
* preallocate the Request at IRP_MJ_CREATE time. Unfortunately this becomes more
* complicated because of the FileNameRequired functionality.
* This really should NOT fail, but can theoretically happen. One way around it would
* be to preallocate the Request at IRP_MJ_CREATE time. Unfortunately this becomes
* expensive (and complicated) because of the FileNameRequired functionality.
*/
#if DBG
DEBUGLOG("FileObject=%p, UserContext=%llx, UserContext2=%llx: "