diff options
author | Susant Palai <spalai@redhat.com> | 2016-04-17 10:15:39 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-05-01 18:04:24 -0700 |
commit | c823603f5aab0a60eb076ea43b869739745d9f21 (patch) | |
tree | 9fa16be69982bcbb46bef1209ad22d6dfb661969 /xlators/performance/io-threads/src/io-threads.c | |
parent | c4efd39d339535856c1a0a6b0fad2783587411c9 (diff) |
io-threads: add getactivelk () fop
Change-Id: Iaef97ea02dfc54e1a0f23ab972f58b0687b4709c
BUG: 1326085
Signed-off-by: Susant Palai <spalai@redhat.com>
Reviewed-on: http://review.gluster.org/13993
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/src/io-threads.c')
-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 bae084386f1..9c54bcb0efc 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -289,6 +289,7 @@ iot_schedule (call_frame_t *frame, xlator_t *this, call_stub_t *stub) case GF_FOP_STATFS: case GF_FOP_READDIR: case GF_FOP_READDIRP: + case GF_FOP_GETACTIVELK: pri = IOT_PRI_HI; break; |