From c44b85a116a0ecd8601cff2db641d6e8894acf31 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 30 Jan 2006 14:37:04 +0100 Subject: [PATCH] [PATCH] blkparse: don't let SIGINT show stats right away, we might not be done --- blkparse.c | 1 - 1 file changed, 1 deletion(-) 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(); } /* -- 2.25.1