Fix problem with -w option
authorLuis Useche <luis@cis.fiu.edu>
Mon, 5 May 2008 18:53:10 +0000 (20:53 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 5 May 2008 18:53:10 +0000 (20:53 +0200)
commit7072ee3f2f12a1363d6f7378df3f268350e5bd52
tree5c8082e46f1e2312cc354aeb6fb5af6883e76c51
parenta26daeb87cd49c2d6640965337cf625ae800c35a
Fix problem with -w option

This patch fixes the problem when the -w option is used in the file mode
(i.e., no fifo mode). It just consists of moving the checking of the
stopwatch_end after the time is updated with genesis. This also includes
the checking of the stopwatch_start.

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