projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
762d05a
)
[PATCH] fio: remember to update counters on signal quit
author
Jens Axboe
<axboe@suse.de>
Wed, 7 Dec 2005 10:25:42 +0000
(11:25 +0100)
committer
Jens Axboe
<axboe@suse.de>
Wed, 7 Dec 2005 10:25:42 +0000
(11:25 +0100)
fio.c
patch
|
blob
|
blame
|
history
diff --git
a/fio.c
b/fio.c
index 11a0668e12dadeb5da9a0cbb9f206aac43d1b027..1ed7b489369b9f8e675ab001e0518687598d7f4f 100644
(file)
--- a/
fio.c
+++ b/
fio.c
@@
-1654,12
+1654,12
@@
static void *thread_main(void *data)
do_io(td);
- if (td->error || td->terminate)
- break;
-
td->runtime += mtime_since_now(&td->start);
update_rusage_stat(td);
+ if (td->error || td->terminate)
+ break;
+
if (td->verify == VERIFY_NONE)
continue;