[Bugs] [Bug 1416684] Hangs on 32 bit systems since 3.9.0
bugzilla at redhat.com
bugzilla at redhat.com
Thu Jan 26 10:04:25 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1416684
--- Comment #2 from Vitaly Lipatov <lav at etersoft.ru> ---
fix:
--- a/xlators/performance/md-cache/src/md-cache.c
+++ b/xlators/performance/md-cache/src/md-cache.c
@@ -2905,6 +2905,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);
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list