Skip to content

Commit 5767126

Browse files
committed
change birth cnt comment
1 parent 66f75a5 commit 5767126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orbisFSTool/OrbisFSFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ typedef struct {
8585
uint8_t _pad1[2]; //should be zero
8686
uint32_t uid;
8787
uint32_t gid;
88-
uint32_t birthCnt; //how many times has this node existed at the same location with the same name. Set to 1 for new nodes, increase every time node was deleted, then re-created with the same name at the same location.
88+
uint32_t birthCnt; //how many time the node with this iNode number has been initialized. 1 for new files, then incremen each time you free the node and re-alloc it.
8989
uint32_t _pad2;
9090
union {
9191
uint32_t children; //only valid for directories

0 commit comments

Comments
 (0)