diff options
author | Susant Palai <spalai@redhat.com> | 2016-04-17 10:22:30 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-01 18:04:47 -0700 |
commit | 358b5007dfa400d8b09871de81d079d47c51f6a0 (patch) | |
tree | f7ce08d7d669e998e12b348d8d7832bf0cd8dc44 /xlators/performance/io-threads | |
parent | 30f5e460a814358668425860530e5186570e9530 (diff) |
io-threads: add setactivelk () fop
Change-Id: I74225a39348f6bb2fbdd1513676a70019227e45f
BUG: 1326085
Signed-off-by: Susant Palai <spalai@redhat.com>
Reviewed-on: http://review.gluster.org/14012
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/performance/io-threads')
-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; |