[PATCH] blkparse: do_stdin() needs to increment read_sequence too
authorJens Axboe <axboe@suse.de>
Thu, 2 Feb 2006 12:50:09 +0000 (13:50 +0100)
committerJens Axboe <axboe@suse.de>
Thu, 2 Feb 2006 12:50:09 +0000 (13:50 +0100)
blkparse.c

index ff7a6faeabfc5d8c05e30f53d2d015fadc72ec67..8a9f6d70a2925c476ee0311358a051122425ec4e 100644 (file)
@@ -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;