revert change in IopCloseFile, because David Welch is sure we must send

IRP_MJ_CLEANUP

svn path=/trunk/; revision=248
This commit is contained in:
jean 1999-02-18 12:28:06 +00:00
parent c3e2bc8f4d
commit e177bf992c

View file

@ -42,7 +42,7 @@ VOID IopCloseFile(PVOID ObjectBody, ULONG HandleCount)
IoFileType,
UserMode);
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLOSE,
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLEANUP,
FileObject->DeviceObject,
NULL,
0,