diff options
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index c6bdc375439..d9a21878053 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -323,9 +323,9 @@ iot_schedule (call_frame_t *frame, xlator_t *this, call_stub_t *stub)                  break;          }  out: -        ret = do_iot_schedule (this->private, stub, pri);          gf_log (this->name, GF_LOG_DEBUG, "%s scheduled as %s fop",                  gf_fop_list[stub->fop], iot_get_pri_meaning (pri)); +        ret = do_iot_schedule (this->private, stub, pri);          return ret;  }  | 
