Changeset 86519 in vbox for trunk/src/VBox
- Timestamp:
- Oct 11, 2020 5:19:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp
r86126 r86519 579 579 paCEvt->rcReq = RTErrConvertFromErrno(-pCqe->rcLnx); 580 580 581 #ifdef RT_STRICT /* poison */ 582 memset((void *)pCqe, 0xff, sizeof(*pCqe)); 583 #endif 584 581 585 paCEvt++; 582 586 cCEvtSeen++; … … 794 798 } 795 799 800 pThis->Sq.paidxSqes[idx] = idx; 796 801 pThis->idxSqTail++; 797 802 pThis->cSqesToCommit++; … … 804 809 { 805 810 PRTIOQUEUEPROVINT pThis = hIoQueueProv; 806 RT_NOREF(pThis, pcReqsCommitted);807 811 808 812 ASMWriteFence();
Note:
See TracChangeset
for help on using the changeset viewer.