VirtualBox

Changeset 27656 in vbox


Ignore:
Timestamp:
Mar 23, 2010 11:32:48 PM (15 years ago)
Author:
vboxsync
Message:

AsyncCompletion: Fix for files which size is not aligned to 512 bytes (VMDK descriptors)

File:
1 edited

Legend:

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

    r27557 r27656  
    807807                /* Downgrade to the buffered backend */
    808808                enmEpBackend = PDMACFILEEPBACKEND_BUFFERED;
     809
     810#ifdef RT_OS_LINUX
     811                fFileFlags &= ~RTFILE_O_ASYNC_IO;
     812                enmMgrType   = PDMACEPFILEMGRTYPE_SIMPLE;
     813#endif
    809814            }
    810815            RTFileClose(File);
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