Changeset 49388 in vbox
- Timestamp:
- Nov 4, 2013 10:46:38 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Storage/VD.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r49387 r49388 1519 1519 { 1520 1520 /* The given I/O context was processed, pass the return code to the caller. */ 1521 if (rcTmp == VINF_VD_ASYNC_IO_FINISHED) 1521 if ( rcTmp == VINF_VD_ASYNC_IO_FINISHED 1522 && (pTmp->fFlags & VDIOCTX_FLAGS_SYNC)) 1522 1523 rc = pTmp->rcReq; 1523 1524 else
Note:
See TracChangeset
for help on using the changeset viewer.

