From 4ab4280173d8ad828e5f1428ecc44c53479ad2fe Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 2 Feb 2006 13:50:09 +0100 Subject: [PATCH] [PATCH] blkparse: do_stdin() needs to increment read_sequence too --- blkparse.c | 1 + 1 file changed, 1 insertion(+) diff --git a/blkparse.c b/blkparse.c index ff7a6fa..8a9f6d7 100644 --- a/blkparse.c +++ b/blkparse.c @@ -1956,6 +1956,7 @@ static int do_stdin(void) fdblock = -1; while ((events = read_events(fd, 0, &fdblock)) > 0) { + read_sequence++; #if 0 smallest_seq_read = -1U; -- 2.25.1