From: Eric Biggers Date: Wed, 19 Dec 2012 23:35:24 +0000 (-0600) Subject: struct dentry, struct inode: remone unused flags X-Git-Tag: v1.2.1~2 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=bfaa00b42dd66061aea24922b4883b537f8ec665;hp=cecdece7933824c248a1b07021ce576f0f9d6892 struct dentry, struct inode: remone unused flags --- diff --git a/src/dentry.h b/src/dentry.h index 0d3f89e3..bf136191 100644 --- 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;