VirtualBox

Changeset 28387 in vbox


Ignore:
Timestamp:
Apr 15, 2010 7:30:56 PM (15 years ago)
Author:
vboxsync
Message:

Make flush configurable

File:
1 edited

Legend:

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

    r28383 r28387  
    340340        return VERR_PDM_MEDIA_NOT_MOUNTED;
    341341    }
     342
     343#ifdef VBOX_IGNORE_FLUSH
     344    if (pThis->fIgnoreFlush)
     345        return VINF_VD_ASYNC_IO_FINISHED;
     346#endif /* VBOX_IGNORE_FLUSH */
    342347
    343348    int rc = pThis->pDrvMediaAsync->pfnStartFlush(pThis->pDrvMediaAsync, pvUser);
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