diff options
Diffstat (limited to 'xlators/features/quota/src/quota.h')
| -rw-r--r-- | xlators/features/quota/src/quota.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/quota/src/quota.h b/xlators/features/quota/src/quota.h index 5a4bcb2b1e0..dd63ac94a3f 100644 --- a/xlators/features/quota/src/quota.h +++ b/xlators/features/quota/src/quota.h @@ -167,6 +167,7 @@ struct quota_inode_ctx {          struct list_head parents;          struct timeval   tv;          struct timeval   prev_log; +        gf_boolean_t     ancestry_built;          gf_lock_t        lock;  };  typedef struct quota_inode_ctx quota_inode_ctx_t;  | 
