VirtualBox

Changeset 39928 in vbox


Ignore:
Timestamp:
Jan 31, 2012 11:49:55 PM (13 years ago)
Author:
vboxsync
Message:

VD: Disable optimization temporary until the crash is fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VD.cpp

    r39927 r39928  
    93229322        }
    93239323
     9324#if 0
    93249325        rc = vdIoCtxProcessTryLockDefer(pIoCtx);
     9326#else
     9327        rc = vdIoCtxProcess(pIoCtx);
     9328#endif
    93259329        if (rc == VINF_VD_ASYNC_IO_FINISHED)
    93269330        {
     
    93939397        }
    93949398
     9399#if 0
    93959400        rc = vdIoCtxProcessTryLockDefer(pIoCtx);
     9401#else
     9402        rc = vdIoCtxProcess(pIoCtx);
     9403#endif
    93969404        if (rc == VINF_VD_ASYNC_IO_FINISHED)
    93979405        {
     
    94499457        }
    94509458
     9459#if 0
    94519460        rc = vdIoCtxProcessTryLockDefer(pIoCtx);
     9461#else
     9462        rc = vdIoCtxProcess(pIoCtx);
     9463#endif
    94529464        if (rc == VINF_VD_ASYNC_IO_FINISHED)
    94539465        {
     
    95049516        }
    95059517
     9518#if 0
    95069519        rc = vdIoCtxProcessTryLockDefer(pIoCtx);
     9520#else
     9521        rc = vdIoCtxProcess(pIoCtx);
     9522#endif
    95079523        if (rc == VINF_VD_ASYNC_IO_FINISHED)
    95089524        {
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