From: Jens Axboe Date: Mon, 30 Jan 2006 13:37:04 +0000 (+0100) Subject: [PATCH] blkparse: don't let SIGINT show stats right away, we might not be done X-Git-Tag: blktrace-0.99.1~94 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c44b85a116a0ecd8601cff2db641d6e8894acf31;p=blktrace.git [PATCH] blkparse: don't let SIGINT show stats right away, we might not be done --- diff --git a/blkparse.c b/blkparse.c index 0d400e0..ce25855 100644 --- 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(); } /*