ref count inodes
2004/08/10 16:19:44+01:00 flatcap.org!ntfs add private data to ntfs inode (Logical change 1.493)edge.strict_endians
parent
d05efe5a75
commit
bd8a6667cf
|
@ -107,6 +107,9 @@ struct _ntfs_inode {
|
|||
ntfs_inode *base_ni; /* For nr_extents == -1, the ntfs
|
||||
inode of the base mft record. */
|
||||
};
|
||||
|
||||
void *private_data; /* Temp: for directory handling */
|
||||
int ref_count;
|
||||
};
|
||||
|
||||
extern ntfs_inode *ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref);
|
||||
|
|
Loading…
Reference in New Issue