projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4aabcb
)
[PATCH] blkparse: don't let SIGINT show stats right away, we might not be done
author
Jens Axboe
<axboe@suse.de>
Mon, 30 Jan 2006 13:37:04 +0000
(14:37 +0100)
committer
Jens Axboe
<axboe@suse.de>
Mon, 30 Jan 2006 13:37:04 +0000
(14:37 +0100)
blkparse.c
patch
|
blob
|
blame
|
history
diff --git
a/blkparse.c
b/blkparse.c
index 0d400e09c8d3715f0fe30c86111b5344100c721f..ce2585591d21eb67cf05028b3fc3806f7a96ba75 100644
(file)
--- a/
blkparse.c
+++ b/
blkparse.c
@@
-1951,7
+1951,6
@@
static void show_stats(void)
static void handle_sigint(__attribute__((__unused__)) int sig)
{
done = 1;
- show_stats();
}
/*