VirtualBox

Changeset 24105 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 27, 2009 12:18:26 AM (15 years ago)
Author:
vboxsync
Message:

DrvSCSI: make sure any pending dummy requst has landed taken down before destroying the queue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r24104 r24105  
    891891    if (pThis->pQueueRequests)
    892892    {
     893        if (!drvscsiAsyncIOLoopNoPendingDummy(pThis, 100 /*ms*/))
     894            LogRel(("drvscsiDestruct#%u: previous dummy request is still pending\n", pDrvIns->iInstance));
     895
    893896        rc = RTReqDestroyQueue(pThis->pQueueRequests);
    894897        AssertMsgRC(rc, ("Failed to destroy queue rc=%Rrc\n", rc));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette