From 358b5007dfa400d8b09871de81d079d47c51f6a0 Mon Sep 17 00:00:00 2001 From: Susant Palai Date: Sun, 17 Apr 2016 10:22:30 +0530 Subject: io-threads: add setactivelk () fop Change-Id: I74225a39348f6bb2fbdd1513676a70019227e45f BUG: 1326085 Signed-off-by: Susant Palai Reviewed-on: http://review.gluster.org/14012 Smoke: Gluster Build System Reviewed-by: Niels de Vos NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- xlators/performance/io-threads/src/io-threads.c | 1 + 1 file changed, 1 insertion(+) 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; -- cgit