summaryrefslogtreecommitdiffstats
path: root/xlators/performance
diff options
context:
space:
mode:
authorKevin Vigor <kvigor@fb.com>2017-01-24 17:38:55 -0800
committerKevin Vigor <kvigor@fb.com>2017-01-25 14:27:19 -0500
commit1c6b9135ff18a3581121bb996e2616418652aec3 (patch)
tree32bcb206c65eea575ee490af0caf5db5206aad51 /xlators/performance
parentf80281c05e3f1c0ead5910586c7e81f047add623 (diff)
Fix merge error which broke all the things
Summary: Fix merge error which broke all the things. Test Plan: prove tests/basic/accept_v4v6.t Reviewers: Subscribers: Tasks: Blame Revision: Change-Id: I65a3e1c60d7e63093c29e7357cc92cda385bce46 Signed-off-by: Kevin Vigor <kvigor@fb.com> Reviewed-on: https://review.gluster.org/16466 CentOS-regression: Gluster Build System <jenkins@build.gluster.org> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Shreyas Siravara <sshreyas@fb.com>
Diffstat (limited to 'xlators/performance')
-rw-r--r--xlators/performance/io-threads/src/io-threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c
index 79845316315..06ad0c2aae5 100644
--- a/xlators/performance/io-threads/src/io-threads.c
+++ b/xlators/performance/io-threads/src/io-threads.c
@@ -173,7 +173,6 @@ iot_worker (void *data)
break;
}
- conf->sleep_count++;
clock_gettime (CLOCK_REALTIME_COARSE,
&sleep_till);
sleep_till.tv_sec += conf->idle_time;