VirtualBox

Changeset 76294 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Dec 19, 2018 2:00:23 PM (6 years ago)
Author:
vboxsync
Message:

Runtime/fs/extvfs: Working on parsing block group and inode descriptors [build fix]

File:
1 edited

Legend:

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

    r76293 r76294  
    12531253    pThis->f64Bit          = false;
    12541254    pThis->cBlockShift     = 10 + RT_LE2H_U32(pSb->cLogBlockSize);
    1255     pThis->cbBlock         = 1 << pThis->cBlockShift;
     1255    pThis->cbBlock         = UINT64_C(1) << pThis->cBlockShift;
    12561256    pThis->cbInode         = sizeof(EXTINODE);
    12571257    pThis->cbBlkGrpDesc    = sizeof(EXTBLOCKGROUPDESC32);
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