Commit in reactos/ntoskrnl/io on MAIN
cleanup.c-11.42 -> 1.43

- Removed setting of STATUS_DATA_OVERRUN in IoStatusBlock.Status when
IoStatusBlock.Information is greater than the output buffer length passed
in by the caller.

reactos/ntoskrnl/io
cleanup.c 1.42 -> 1.43
diff -u -r1.42 -r1.43
--- cleanup.c	9 Jan 2004 20:22:38 -0000	1.42
+++ cleanup.c	14 Mar 2004 18:27:08 -0000	1.43
@@ -44,7 +44,6 @@
            OutputBufferLength = Irp->IoStatus.Information;
            if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < OutputBufferLength)
              {
-               Irp->IoStatus.Status = STATUS_DATA_OVERRUN;
                OutputBufferLength = IoStack->Parameters.DeviceIoControl.OutputBufferLength;
              }
          }
CVSspam 0.2.8