diff options
| author | Kevin Vigor <kvigor@fb.com> | 2017-01-24 17:38:55 -0800 |
|---|---|---|
| committer | Kevin Vigor <kvigor@fb.com> | 2017-01-25 14:27:19 -0500 |
| commit | 1c6b9135ff18a3581121bb996e2616418652aec3 (patch) | |
| tree | 32bcb206c65eea575ee490af0caf5db5206aad51 /xlators | |
| parent | f80281c05e3f1c0ead5910586c7e81f047add623 (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')
| -rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 1 |
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; |
