git://wimlib.net
/
wimlib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
NTFS filename namespace issues...
[wimlib]
/
src
/
dentry.h
diff --git
a/src/dentry.h
b/src/dentry.h
index d39d2237539646ae065e7d776c728a9e80a84314..fe53ecf1683be79cc848484ad3421bcf1a1a32b4 100644
(file)
--- a/
src/dentry.h
+++ b/
src/dentry.h
@@
-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;