Changeset 76294 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Dec 19, 2018 2:00:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/extvfs.cpp
r76293 r76294 1253 1253 pThis->f64Bit = false; 1254 1254 pThis->cBlockShift = 10 + RT_LE2H_U32(pSb->cLogBlockSize); 1255 pThis->cbBlock = 1<< pThis->cBlockShift;1255 pThis->cbBlock = UINT64_C(1) << pThis->cBlockShift; 1256 1256 pThis->cbInode = sizeof(EXTINODE); 1257 1257 pThis->cbBlkGrpDesc = sizeof(EXTBLOCKGROUPDESC32);
Note:
See TracChangeset
for help on using the changeset viewer.