VirtualBox

Changeset 30297 in vbox


Ignore:
Timestamp:
Jun 17, 2010 11:37:58 PM (14 years ago)
Author:
vboxsync
Message:

AsyncCompletion/File: Disable async flushes on Solaris hosts for now. They cause strange hangs which needs further investigation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp

    r30185 r30297  
    898898                pEpFile->pBwMgr         = pEpClassFile->pBwMgr;
    899899                pEpFile->enmBackendType = enmEpBackend;
     900                /*
     901                 * Disable async flushes on Solaris for now.
     902                 * They cause weird hangs which needs more investigations.
     903                 */
     904#ifndef RT_OS_SOLARIS
    900905                pEpFile->fAsyncFlushSupported = true;
     906#else
     907                pEpFile->fAsyncFlushSupported = false;
     908#endif
    901909                pdmacFileBwRef(pEpFile->pBwMgr);
    902910
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