mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 14:08:22 +00:00
[CDROM] Set proper status on disk verify
This avoids an assert under certain conditions in CDFS. Check cdrom_new for reference. CORE-14873
This commit is contained in:
parent
901c47ed14
commit
c1ac347825
1 changed files with 1 additions and 1 deletions
|
@ -7156,7 +7156,7 @@ Return Value:
|
|||
// upon completion of the read capacity.
|
||||
//
|
||||
|
||||
IrpToComplete->IoStatus.Status = STATUS_VERIFY_REQUIRED;
|
||||
IrpToComplete->IoStatus.Status = STATUS_IO_DEVICE_ERROR;
|
||||
IoMarkIrpPending(IrpToComplete);
|
||||
|
||||
IoCallDriver(DeviceExtension->PortDeviceObject, irp);
|
||||
|
|
Loading…
Reference in a new issue