[PATCH] blkparse: don't let SIGINT show stats right away, we might not be done
authorJens Axboe <axboe@suse.de>
Mon, 30 Jan 2006 13:37:04 +0000 (14:37 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 30 Jan 2006 13:37:04 +0000 (14:37 +0100)
blkparse.c

index 0d400e09c8d3715f0fe30c86111b5344100c721f..ce2585591d21eb67cf05028b3fc3806f7a96ba75 100644 (file)
@@ -1951,7 +1951,6 @@ static void show_stats(void)
 static void handle_sigint(__attribute__((__unused__)) int sig)
 {
        done = 1;
-       show_stats();
 }
 
 /*