]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
Fixes, comments
[wimlib] / src / dentry.h
index 28fdeaf27207570ac52cabaa0addaa219458e222..299abc9fba37703bc3ef5d2813d5cc17feaa27b9 100644 (file)
@@ -265,7 +265,10 @@ struct wim_inode {
         * link_count of them) */
        struct list_head i_dentry;
 
-       struct hlist_node i_hlist;
+       union {
+               struct hlist_node i_hlist;
+               struct list_head i_list;
+       };
 
        union {
                /* Used during image extraction to build a list of inodes that