]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Rename subdir_offset => d_subdir_offset
[wimlib] / include / wimlib / dentry.h
index ba61018acf6e7238075b2d831ff9c035da3d140a..e92b374ff2c2f8bc447108a2f0826db3c51e232d 100644 (file)
@@ -86,13 +86,13 @@ struct wim_dentry {
        u8 d_is_orphan : 1;
 
        union {
-               /* 'subdir_offset' is only used while reading and writing this
+               /* The subdir offset is only used while reading and writing this
                 * dentry.  See the corresponding field in `struct
                 * wim_dentry_on_disk' for explanation.  */
-               u64 subdir_offset;
+               u64 d_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