]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Save memory by using hlist for i_dentry
[wimlib] / include / wimlib / dentry.h
index efaf176830e71c4a7af53fcb987e630c9511b1b3..74cb7ad6be1d03f2e4ad30c4cfdad74bc6b20757 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) */
-       struct list_head d_alias;
+       struct hlist_node d_alias;
 
        /* Pointer to the UTF-16LE short filename (malloc()ed buffer), or NULL
         * if this dentry has no short name.  */