From be086493c07e190763048f66cdc057bdc61ada00 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Thu, 31 May 2018 14:17:39 -0700 Subject: performance/io-cache: fix a missing unlock Fixes: bz789278 Change-Id: If8ca1fef8a10f1e7270390b61121f8a20a76b1d0 updates: bz#789278 Signed-off-by: Vijay Bellur --- xlators/performance/io-cache/src/io-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c index 1614166d973..ef7f2ff216d 100644 --- a/xlators/performance/io-cache/src/io-cache.c +++ b/xlators/performance/io-cache/src/io-cache.c @@ -1665,7 +1665,7 @@ reconfigure (xlator_t *this, dict_t *options) ioc_table_lock (table); { GF_OPTION_RECONF ("pass-through", this->pass_through, options, - bool, out); + bool, unlock); GF_OPTION_RECONF ("cache-timeout", table->cache_timeout, options, int32, unlock); -- cgit