mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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:
parent
c3e2bc8f4d
commit
e177bf992c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ VOID IopCloseFile(PVOID ObjectBody, ULONG HandleCount)
|
||||||
IoFileType,
|
IoFileType,
|
||||||
UserMode);
|
UserMode);
|
||||||
|
|
||||||
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLOSE,
|
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLEANUP,
|
||||||
FileObject->DeviceObject,
|
FileObject->DeviceObject,
|
||||||
NULL,
|
NULL,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in a new issue