diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht.c')
-rw-r--r-- | xlators/cluster/dht/src/dht.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c index e43766f99..f49dc495c 100644 --- a/xlators/cluster/dht/src/dht.c +++ b/xlators/cluster/dht/src/dht.c @@ -312,6 +312,7 @@ init (xlator_t *this) } LOCK_INIT (&conf->subvolume_lock); + LOCK_INIT (&conf->layout_lock); conf->gen = 1; |