mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 18:37:08 +00:00
[USBSTOR] Remove workarounds for old storage stack
This commit is contained in:
parent
aa05649902
commit
39c48a4d91
3 changed files with 1 additions and 21 deletions
|
@ -173,13 +173,8 @@ 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
|
||||
|
||||
Request->SrbStatus = SRB_STATUS_SUCCESS;
|
||||
Status = STATUS_SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue