mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
modify IopCloseFile : send IRP_MJ_CLOSE .
svn path=/trunk/; revision=232
This commit is contained in:
parent
00ec608e15
commit
9f5cc5a859
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_CLEANUP,
|
||||
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLOSE,
|
||||
FileObject->DeviceObject,
|
||||
NULL,
|
||||
0,
|
||||
|
|
Loading…
Reference in a new issue