mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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,
|
||||
UserMode);
|
||||
|
||||
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLOSE,
|
||||
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLEANUP,
|
||||
FileObject->DeviceObject,
|
||||
NULL,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue