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
flatcap.org!ntfs 2004-08-12 09:23:53 +00:00
parent d05efe5a75
commit bd8a6667cf
1 changed files with 3 additions and 0 deletions

View File

@ -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);