diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  | 
