diff options
| -rw-r--r-- | xlators/performance/md-cache/src/md-cache.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c index 026b890cd85..eb1032b3c91 100644 --- a/xlators/performance/md-cache/src/md-cache.c +++ b/xlators/performance/md-cache/src/md-cache.c @@ -2983,6 +2983,7 @@ init (xlator_t *this)          GF_OPTION_INIT("cache-invalidation", conf->mdc_invalidation, bool, out);          LOCK_INIT (&conf->lock); +        LOCK_INIT (&conf->mdc_counter.lock);          time (&conf->last_child_down);          /* If timeout is greater than 60s (default before the patch that added  | 
