diff --git a/reactos/drivers/storage/floppy/readwrite.c b/reactos/drivers/storage/floppy/readwrite.c index 89513078944..499c59f1e86 100644 --- a/reactos/drivers/storage/floppy/readwrite.c +++ b/reactos/drivers/storage/floppy/readwrite.c @@ -708,6 +708,7 @@ VOID NTAPI ReadWritePassive(PDRIVE_INFO DriveInfo, /* That's all folks! */ KdPrint(("floppy: ReadWritePassive(): success; Completing with STATUS_SUCCESS\n")); Irp->IoStatus.Status = STATUS_SUCCESS; + Irp->IoStatus.Information = Length; IoCompleteRequest(Irp, IO_NO_INCREMENT); StopMotor(DriveInfo->ControllerInfo); }