VirtualBox

Changeset 35781 in vbox for trunk


Ignore:
Timestamp:
Jan 31, 2011 11:13:53 AM (14 years ago)
Author:
vboxsync
Message:

Storage/VD: Use the correct image for writing, fixes VERR_VD_READONLY errors when using async I/O + snapshots

File:
1 edited

Legend:

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

    r35321 r35781  
    17361736{
    17371737    int rc = VINF_SUCCESS;
    1738     PVDIMAGE pImage = pIoCtx->pImageCur;
     1738    PVDIMAGE pImage = pIoCtx->pImageStart;
    17391739    size_t cbPreRead      = pIoCtx->Type.Child.cbPreRead;
    17401740    size_t cbPostRead     = pIoCtx->Type.Child.cbPostRead;
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