PATCH: blkparse: fix probem with empty trace files stopping the check for other files
authorAlan D. Brunelle <Alan.Brunelle@hp.com>
Tue, 19 Dec 2006 07:18:38 +0000 (08:18 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 19 Dec 2006 07:18:38 +0000 (08:18 +0100)
commit8afe3d7d64eaae67e96ea48af2d98df1e15cfc65
tree0309d77677e71f3980e2be873f64e8d984a8c44b
parentfe92fbb89695321292b6bf97cffdab72836a999a
PATCH: blkparse: fix probem with empty trace files stopping the check for other files

Fix problem where empty input files cause premature parsing of files.
Had a problem where CPU 0 opened a file with 0 traces, and that caused the
run to end before processing other trace files.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
blkparse.c