]> wimlib.net Git - wimlib/blobdiff - include/wimlib/dentry.h
Remove dentry.dos_name_invalid
[wimlib] / include / wimlib / dentry.h
index b1fba029233396cf69eb1a4640c4482a08430c89..0466fb5ad17862ac45edb5d9061859a78264a6d2 100644 (file)
@@ -97,13 +97,6 @@ struct wim_dentry {
         * always be 0.  */
        u8 is_win32_name : 1;
 
-       /* When verifying the dentry tree after reading it into memory, this
-        * flag will be set on all dentries in a hard link group that have a
-        * nonempty DOS name except one.  This is because it is supposed to be
-        * illegal (on NTFS, at least) for a single inode to have multiple DOS
-        * names.  */
-       u8 dos_name_invalid : 1;
-
        u8 tmp_flag : 1;
 
        u8 was_hardlinked : 1;