From bfaa00b42dd66061aea24922b4883b537f8ec665 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 19 Dec 2012 17:35:24 -0600 Subject: [PATCH 1/1] struct dentry, struct inode: remone unused flags --- src/dentry.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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; -- 2.43.0