Changeset 76642 in vbox
- Timestamp:
- Jan 4, 2019 9:20:09 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/xfsvfs.cpp
r76641 r76642 986 986 pInode->ObjInfo.Attr.u.Unix.uid = RT_BE2H_U32(Inode.uUid); 987 987 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. */ 989 989 pInode->ObjInfo.Attr.u.Unix.INodeIdDevice = 0; 990 990 pInode->ObjInfo.Attr.u.Unix.INodeId = iInode; … … 2031 2031 #endif 2032 2032 2033 /** @todo :Verification */2033 /** @todo Verification */ 2034 2034 RT_NOREF(pErrInfo); 2035 2035 } … … 2062 2062 #endif 2063 2063 2064 /** @todo :More verification */2064 /** @todo More verification */ 2065 2065 pThis->cbSector = RT_BE2H_U32(Sb.cbSector); 2066 2066 pThis->cbBlock = RT_BE2H_U32(Sb.cbBlock);
Note:
See TracChangeset
for help on using the changeset viewer.