Changeset 53337 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Nov 14, 2014 6:51:54 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96932
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r52585 r53337 3076 3076 if (RT_FAILURE(rc) && (rc != VERR_VD_ASYNC_IO_IN_PROGRESS)) 3077 3077 { 3078 vdIoCtxUnlockDisk(pDisk, pIoCtx, false /* fProcessDeferredReqs*/ ); 3078 3079 vdIoCtxFree(pDisk, pIoCtxWrite); 3079 3080 break;
Note:
See TracChangeset
for help on using the changeset viewer.