Changeset 28387 in vbox
- Timestamp:
- Apr 15, 2010 7:30:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r28383 r28387 340 340 return VERR_PDM_MEDIA_NOT_MOUNTED; 341 341 } 342 343 #ifdef VBOX_IGNORE_FLUSH 344 if (pThis->fIgnoreFlush) 345 return VINF_VD_ASYNC_IO_FINISHED; 346 #endif /* VBOX_IGNORE_FLUSH */ 342 347 343 348 int rc = pThis->pDrvMediaAsync->pfnStartFlush(pThis->pDrvMediaAsync, pvUser);
Note:
See TracChangeset
for help on using the changeset viewer.