Changeset 37073 in vbox
- Timestamp:
- May 13, 2011 2:19:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r37045 r37073 1715 1715 if (rc == VINF_VD_ASYNC_IO_FINISHED) 1716 1716 { 1717 vdIoCtxUnlockDisk(pDisk, pIoCtx Flush, false /* fProcessDeferredReqs */);1717 vdIoCtxUnlockDisk(pDisk, pIoCtx, false /* fProcessDeferredReqs */); 1718 1718 vdIoCtxFree(pDisk, pIoCtxFlush); 1719 1719 }
Note:
See TracChangeset
for help on using the changeset viewer.