mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user