From c823603f5aab0a60eb076ea43b869739745d9f21 Mon Sep 17 00:00:00 2001 From: Susant Palai Date: Sun, 17 Apr 2016 10:15:39 +0530 Subject: io-threads: add getactivelk () fop Change-Id: Iaef97ea02dfc54e1a0f23ab972f58b0687b4709c BUG: 1326085 Signed-off-by: Susant Palai Reviewed-on: http://review.gluster.org/13993 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(+) (limited to 'xlators/performance') 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; -- cgit