VirtualBox

Changeset 29135 in vbox


Ignore:
Timestamp:
May 6, 2010 11:28:04 AM (15 years ago)
Author:
vboxsync
Message:

Storage/DrvVD: quick workaround for the synchronization problems when live merging a disk which uses async I/O.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r29006 r29135  
    14161416        }
    14171417
     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
    14181424        if (RT_SUCCESS(rc) && fUseNewIo)
    14191425        {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette