VirtualBox

Changeset 76617 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 2, 2019 7:47:37 PM (6 years ago)
Author:
vboxsync
Message:

Runtime/fs/extvfs: Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/extvfs.cpp

    r76553 r76617  
    687687    PRTFSEXTBLOCKENTRY pBlock = NULL;
    688688    size_t cbAlloc = RT_UOFFSETOF_DYN(RTFSEXTBLOCKENTRY, abData[pThis->cbBlock]);
    689     if (pThis->cbBlocks + cbAlloc <= RTFSEXT_MAX_BLOCK_GROUP_CACHE_SIZE)
     689    if (pThis->cbBlocks + cbAlloc <= RTFSEXT_MAX_BLOCK_CACHE_SIZE)
    690690        pBlock = rtFsExtVol_BlockAlloc(pThis, cbAlloc, iBlock);
    691691    else
     
    21212121    int rc = VINF_SUCCESS;
    21222122
    2123     RT_NOREF(pThis, pVol, phVfsObj, pszEntry, fFlags);
    2124 
    21252123    /*
    21262124     * We cannot create or replace anything, just open stuff.
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