Changeset 40106 in vbox
- Timestamp:
- Feb 13, 2012 6:48:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/QCOW.cpp
r39519 r40106 807 807 808 808 /** 809 * Converts a given logical offset into the 809 * Converts a given logical offset into the 810 810 * 811 811 * @returns nothing. … … 1430 1430 rc = vdIfIoIntFileSetSize(pImage->pIfIo, pImage->pStorage, pClusterAlloc->offNextClusterOld); 1431 1431 qcowL2TblCacheEntryRelease(pClusterAlloc->pL2Entry); /* Release L2 cache entry. */ 1432 break; 1432 1433 } 1433 1434 default:
Note:
See TracChangeset
for help on using the changeset viewer.