]> wimlib.net Git - wimlib/blobdiff - src/dentry.h
NTFS filename namespace issues...
[wimlib] / src / dentry.h
index d39d2237539646ae065e7d776c728a9e80a84314..fe53ecf1683be79cc848484ad3421bcf1a1a32b4 100644 (file)
@@ -252,6 +252,8 @@ struct wim_inode {
        /* %true iff verify_inode() has run on this inode. */
        u8 i_verified : 1;
 
+       u8 i_dos_name_extracted : 1;
+
        /* Number of alternate data streams associated with this inode */
        u16 i_num_ads;