VirtualBox

Ignore:
Timestamp:
May 11, 2007 12:07:03 PM (18 years ago)
Author:
vboxsync
Message:

The code calling us assumes that after a full block write the pre- and
post-read lengths are zero.

File:
1 edited

Legend:

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

    r2583 r2589  
    21202120                    rc = vmdkAllocGrain(pImage->pGTCache, pExtent,
    21212121                                        uSectorExtentRel, pvBuf, cbWrite);
     2122                    *pcbPreRead = 0;
     2123                    *pcbPostRead = 0;
    21222124                }
    21232125                else
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