Changeset 30297 in vbox
- Timestamp:
- Jun 17, 2010 11:37:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp
r30185 r30297 898 898 pEpFile->pBwMgr = pEpClassFile->pBwMgr; 899 899 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 900 905 pEpFile->fAsyncFlushSupported = true; 906 #else 907 pEpFile->fAsyncFlushSupported = false; 908 #endif 901 909 pdmacFileBwRef(pEpFile->pBwMgr); 902 910
Note:
See TracChangeset
for help on using the changeset viewer.

