[USBSTOR]
[reactos.git] / reactos / drivers / usb / usbstor / disk.c
index 8a11d82..8883591 100644 (file)
@@ -174,11 +174,13 @@ USBSTOR_HandleInternalDeviceControl(
         {
             DPRINT1("SRB_FUNCTION_FLUSH / SRB_FUNCTION_FLUSH_QUEUE / SRB_FUNCTION_SHUTDOWN\n");
 
+            // HACK: don't flush pending requests
+#if 0       // we really need a proper storage stack
             //
             // wait for pending requests to finish
             //
             USBSTOR_QueueWaitForPendingRequests(PDODeviceExtension->LowerDeviceObject);
-
+#endif
             //
             // set status success
             //