VirtualBox

Changeset 86519 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 11, 2020 5:19:02 PM (4 years ago)
Author:
vboxsync
Message:

Runtime/ioqueue-iouringfile-provider.cpp: Fix request submission

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp

    r86126 r86519  
    579579            paCEvt->rcReq = RTErrConvertFromErrno(-pCqe->rcLnx);
    580580
     581#ifdef RT_STRICT /* poison */
     582        memset((void *)pCqe, 0xff, sizeof(*pCqe));
     583#endif
     584
    581585        paCEvt++;
    582586        cCEvtSeen++;
     
    794798    }
    795799
     800    pThis->Sq.paidxSqes[idx] = idx;
    796801    pThis->idxSqTail++;
    797802    pThis->cSqesToCommit++;
     
    804809{
    805810    PRTIOQUEUEPROVINT pThis = hIoQueueProv;
    806     RT_NOREF(pThis, pcReqsCommitted);
    807811
    808812    ASMWriteFence();
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