[PATCH] blkparse: Remove negative skips
authorAlan D. Brunelle <Alan.Brunelle@hp.com>
Mon, 30 Jan 2006 18:03:43 +0000 (19:03 +0100)
committerJens Axboe <axboe@suse.de>
Mon, 30 Jan 2006 18:03:43 +0000 (19:03 +0100)
commit965eca2da26f61895871b9c1ef43600edf98858c
tree955ec6fb4784346320af34b6e99324fdc4569ad2
parentc44b85a116a0ecd8601cff2db641d6e8894acf31
[PATCH] blkparse: Remove negative skips

The following patch does not insert skips that go backwards. I am not
sure why we do, but on occasion we find events that are behind where we
should be, and we don't have an entry in skipped ones - that would make
me thing it's a duplicate. But in any event, we should not be reporting
such things - they cause huge skip numbers by wrapping on an unsigned long.
blkparse.c