Changeset 76617 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jan 2, 2019 7:47:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/extvfs.cpp
r76553 r76617 687 687 PRTFSEXTBLOCKENTRY pBlock = NULL; 688 688 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) 690 690 pBlock = rtFsExtVol_BlockAlloc(pThis, cbAlloc, iBlock); 691 691 else … … 2121 2121 int rc = VINF_SUCCESS; 2122 2122 2123 RT_NOREF(pThis, pVol, phVfsObj, pszEntry, fFlags);2124 2125 2123 /* 2126 2124 * We cannot create or replace anything, just open stuff.
Note:
See TracChangeset
for help on using the changeset viewer.