Changeset 29135 in vbox
- Timestamp:
- May 6, 2010 11:28:04 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r29006 r29135 1416 1416 } 1417 1417 1418 /** @todo quick hack to work around problems in the async I/O 1419 * implementation (rw semaphore thread ownership problem) 1420 * while a merge is running. Remove once this is fixed. */ 1421 if (pThis->fMergePending) 1422 fUseNewIo = false; 1423 1418 1424 if (RT_SUCCESS(rc) && fUseNewIo) 1419 1425 {
Note:
See TracChangeset
for help on using the changeset viewer.