X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Finode_table.h;h=9e8485a1b2502a2890394f70398b8099ef81e4d8;hb=31dcd352caa17f61fe1307738c2a24ed83f1d281;hp=01f371e0ac8ceef8d1f68994ed6ec351bc860e9d;hpb=2fc33f535a398ea85964c0e483c5692821d775f3;p=wimlib diff --git a/include/wimlib/inode_table.h b/include/wimlib/inode_table.h index 01f371e0..9e8485a1 100644 --- a/include/wimlib/inode_table.h +++ b/include/wimlib/inode_table.h @@ -10,10 +10,9 @@ struct wim_dentry; * the case of reading a WIM image), or both an inode number and a device number * (in the case of adding files to a WIM image). Also contains an extra list to * hold inodes for which no additional hard link detection is desired. In both - * cases the inodes are linked by i_hlist. */ + * cases the inodes are linked by i_hlist_node. */ struct wim_inode_table { struct hlist_head *array; - size_t num_entries; size_t capacity; struct hlist_head extra_inodes; };