summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/glusterfs/inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/glusterfs/inode.h')
-rw-r--r--libglusterfs/src/glusterfs/inode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs/inode.h b/libglusterfs/src/glusterfs/inode.h
index 424e50fd935..4b28da510c7 100644
--- a/libglusterfs/src/glusterfs/inode.h
+++ b/libglusterfs/src/glusterfs/inode.h
@@ -111,6 +111,7 @@ struct _inode {
struct list_head list; /* active/lru/purge */
struct _inode_ctx *_ctx; /* replacement for dict_t *(inode->ctx) */
+ bool in_invalidate_list; /* Set if inode is in table invalidate list */
bool invalidate_sent; /* Set it if invalidator_fn is called for inode */
};