Changeset 45180 in vbox for trunk/src/VBox
- Timestamp:
- Mar 25, 2013 8:48:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r45155 r45180 4027 4027 pIoStorage->pStorage, uOffset, 4028 4028 Seg.pvSeg, cbRead, NULL); 4029 if (RT_SUCCESS(rc)) 4030 ASMAtomicSubU32(&pIoCtx->Req.Io.cbTransferLeft, cbRead); 4029 4031 } 4030 4032 else … … 4121 4123 pIoStorage->pStorage, uOffset, 4122 4124 Seg.pvSeg, cbWrite, NULL); 4125 if (RT_SUCCESS(rc)) 4126 ASMAtomicSubU32(&pIoCtx->Req.Io.cbTransferLeft, cbWrite); 4123 4127 } 4124 4128 else
Note:
See TracChangeset
for help on using the changeset viewer.