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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs/inode.h b/libglusterfs/src/glusterfs/inode.h
index 5cf2ab5080b..424e50fd935 100644
--- a/libglusterfs/src/glusterfs/inode.h
+++ b/libglusterfs/src/glusterfs/inode.h
@@ -61,6 +61,10 @@ struct _inode_table {
xlator_t *invalidator_xl;
struct list_head invalidate; /* inodes which are in invalidation queue */
uint32_t invalidate_size; /* count of inodes in invalidation list */
+
+ /* flag to indicate whether the cleanup of the inode
+ table started or not */
+ gf_boolean_t cleanup_started;
};
struct _dentry {