]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Rename tmp_list => d_tmp_list
[wimlib] / include / wimlib / dentry.h
index 0908b445fc181e7eca7829765753bd3710e61b0b..4adc5fed761d67e96b5832e2ad4fe8351a5bcbaf 100644 (file)
@@ -80,10 +80,10 @@ struct wim_dentry {
        u8 d_is_win32_name : 1;
 
        /* Temporary flag; always reset to 0 when done using.  */
-       u8 tmp_flag : 1;
+       u8 d_tmp_flag : 1;
 
        /* Used by wimlib_update_image()  */
-       u8 is_orphan : 1;
+       u8 d_is_orphan : 1;
 
        union {
                /* 'subdir_offset' is only used while reading and writing this
@@ -92,7 +92,7 @@ struct wim_dentry {
                u64 subdir_offset;
 
                /* Temporary list field  */
-               struct list_head tmp_list;
+               struct list_head d_tmp_list;
        };
 
        /* Full path to this dentry in the WIM, in platform-dependent tchars