From: Jens Axboe Date: Thu, 2 Feb 2006 12:50:09 +0000 (+0100) Subject: [PATCH] blkparse: do_stdin() needs to increment read_sequence too X-Git-Tag: blktrace-0.99.1~77 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4ab4280173d8ad828e5f1428ecc44c53479ad2fe;p=blktrace.git [PATCH] blkparse: do_stdin() needs to increment read_sequence too --- 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;