diff options
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index 9c54bcb0efc..c81a97d8a39 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -290,6 +290,7 @@ iot_schedule (call_frame_t *frame, xlator_t *this, call_stub_t *stub)          case GF_FOP_READDIR:          case GF_FOP_READDIRP:          case GF_FOP_GETACTIVELK: +        case GF_FOP_SETACTIVELK:                  pri = IOT_PRI_HI;                  break;  | 
