VirtualBox

Changeset 76642 in vbox


Ignore:
Timestamp:
Jan 4, 2019 9:20:09 PM (6 years ago)
Author:
vboxsync
Message:

Runtime/fs/xfsvfs: Updates, working on inode parsing [scm]

File:
1 edited

Legend:

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

    r76641 r76642  
    986986                pInode->ObjInfo.Attr.u.Unix.uid    = RT_BE2H_U32(Inode.uUid);
    987987                pInode->ObjInfo.Attr.u.Unix.gid    = RT_BE2H_U32(Inode.uGid);
    988                 pInode->ObjInfo.Attr.u.Unix.cHardlinks = RT_BE2H_U16(Inode.cOnLinks); /** @todo: v2 inodes. */
     988                pInode->ObjInfo.Attr.u.Unix.cHardlinks = RT_BE2H_U16(Inode.cOnLinks); /** @todo v2 inodes. */
    989989                pInode->ObjInfo.Attr.u.Unix.INodeIdDevice = 0;
    990990                pInode->ObjInfo.Attr.u.Unix.INodeId       = iInode;
     
    20312031#endif
    20322032
    2033         /** @todo: Verification */
     2033        /** @todo Verification */
    20342034        RT_NOREF(pErrInfo);
    20352035    }
     
    20622062#endif
    20632063
    2064     /** @todo: More verification */
     2064    /** @todo More verification */
    20652065    pThis->cbSector           = RT_BE2H_U32(Sb.cbSector);
    20662066    pThis->cbBlock            = RT_BE2H_U32(Sb.cbBlock);
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