]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Rename i_dentry => i_alias_list and d_alias => d_alias_node
[wimlib] / include / wimlib / dentry.h
index c6d1f12d28df0c373c80e61f40330d861204c5ea..025a56cdd48ecbc04f9beb1fb1f3d050998e3b53 100644 (file)
@@ -57,7 +57,7 @@ struct wim_dentry {
 
        /* Linked list node that places this dentry in the list of aliases for
         * its inode (d_inode) */
 
        /* Linked list node that places this dentry in the list of aliases for
         * its inode (d_inode) */
-       struct hlist_node d_alias;
+       struct hlist_node d_alias_node;
 
        /* Pointer to the UTF-16LE short filename (malloc()ed buffer), or NULL
         * if this dentry has no short name.  */
 
        /* Pointer to the UTF-16LE short filename (malloc()ed buffer), or NULL
         * if this dentry has no short name.  */