mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:53:41 +00:00
[CDFS]
- Do not touch Irp after handing it off to FsRtlNotifyFullChangeDirectory CORE-8776 CORE-9274 #resolve svn path=/trunk/; revision=66477
This commit is contained in:
parent
840282e4d3
commit
33d9e81156
1 changed files with 2 additions and 3 deletions
|
@ -813,11 +813,10 @@ CdfsDirectoryControl(PDEVICE_OBJECT DeviceObject,
|
|||
break;
|
||||
}
|
||||
|
||||
Irp->IoStatus.Status = Status;
|
||||
Irp->IoStatus.Information = 0;
|
||||
|
||||
if (Status != STATUS_PENDING)
|
||||
{
|
||||
Irp->IoStatus.Status = Status;
|
||||
Irp->IoStatus.Information = 0;
|
||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||
}
|
||||
FsRtlExitFileSystem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue