projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe74e10
)
[PATCH] fio: quit can take a while, so show that we starting the cleanup
author
Jens Axboe
<axboe@suse.de>
Fri, 25 Nov 2005 08:47:14 +0000
(09:47 +0100)
committer
Jens Axboe
<axboe@suse.de>
Fri, 25 Nov 2005 08:47:14 +0000
(09:47 +0100)
fio.c
patch
|
blob
|
blame
|
history
diff --git
a/fio.c
b/fio.c
index 941a6491bf8d0f5e6477ecaeb0d438668ace41e1..e054c3545581d65775d8ac6d549b0ae99802f02b 100644
(file)
--- a/
fio.c
+++ b/
fio.c
@@
-110,6
+110,7
@@
static void sig_handler(int sig)
disk_util_timer_arm();
break;
default:
+ printf("fio: terminating on signal\n");
terminate_threads(TERMINATE_ALL);
break;
}