]> wimlib.net Git - wimlib/blobdiff - include/wimlib/inode.h
Rename i_hlist => i_hlist_node
[wimlib] / include / wimlib / inode.h
index 01254c82d1ccd9a7f9453ba7c345727e934ddc34..fc8ddc27a2967ae5a69ab704b3066f42c873c16c 100644 (file)
@@ -124,7 +124,7 @@ struct wim_inode {
        /* Field to place this inode into a list.  While reading a WIM image or
         * adding files to a WIM image this is owned by the inode table;
         * otherwise this links the inodes for the WIM image.  */
-       struct hlist_node i_hlist;
+       struct hlist_node i_hlist_node;
 
        /* Number of dentries that are aliases for this inode.  */
        u32 i_nlink : 30;