git://wimlib.net
/
wimlib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecdece
)
struct dentry, struct inode: remone unused flags
author
Eric Biggers
<ebiggers3@gmail.com>
Wed, 19 Dec 2012 23:35:24 +0000
(17:35 -0600)
committer
Eric Biggers
<ebiggers3@gmail.com>
Wed, 19 Dec 2012 23:35:24 +0000
(17:35 -0600)
src/dentry.h
patch
|
blob
|
history
diff --git
a/src/dentry.h
b/src/dentry.h
index 0d3f89e3b0de54b4386ad7c18dfe62216d6cfc09..bf13619164408c66304dc72ed484555da9079800 100644
(file)
--- a/
src/dentry.h
+++ b/
src/dentry.h
@@
-157,8
+157,6
@@
struct dentry {
u16 file_name_utf8_len;
u8 is_extracted : 1;
- u8 visited : 1;
- u8 canonical : 1;
/* Byte 40 */
@@
-250,12
+248,9
@@
struct inode {
* (This is not an on-disk field.) */
u8 resolved : 1;
- /* %true iff verify_inode() has run on this
dentry
. */
+ /* %true iff verify_inode() has run on this
inode
. */
u8 verified : 1;
- /* temporary flag */
- u8 visited : 1;
-
/* Number of alternate data streams associated with this inode */
u16 num_ads;