mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:02:02 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
Irp->IoStatus.Status = Status;
|
|
||||||
Irp->IoStatus.Information = 0;
|
|
||||||
|
|
||||||
if (Status != STATUS_PENDING)
|
if (Status != STATUS_PENDING)
|
||||||
{
|
{
|
||||||
|
Irp->IoStatus.Status = Status;
|
||||||
|
Irp->IoStatus.Information = 0;
|
||||||
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
IoCompleteRequest(Irp, IO_NO_INCREMENT);
|
||||||
}
|
}
|
||||||
FsRtlExitFileSystem();
|
FsRtlExitFileSystem();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue