- Timestamp:
- Dec 11, 2013 11:56:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r49388 r49880 2421 2421 pIoCtx->fFlags |= VDIOCTX_FLAGS_ZERO_FREE_BLOCKS; 2422 2422 2423 if (pIoCtx->Req.Io.cbTransferLeft) 2423 if ( pIoCtx->Req.Io.cbTransferLeft 2424 && !pIoCtx->cDataTransfersPending) 2424 2425 rc = vdReadHelperAsync(pIoCtx); 2425 2426
Note:
See TracChangeset
for help on using the changeset viewer.