Fix problem with bw log not working for writes
authorJens Axboe <jens.axboe@oracle.com>
Fri, 31 Jul 2009 09:20:52 +0000 (11:20 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 31 Jul 2009 09:20:52 +0000 (11:20 +0200)
commitc5d3d7901f7b8225d31486894ff7778b0ac3d582
treed0723b10879e8ad322d480b67c41e57f34f3d689
parent5338f35ddd52203048e2f6262b7254dddc2d8d52
Fix problem with bw log not working for writes

We inadvertently only updated the read stat sample time cache,
so writes never logged any activity since negativ time spent is
rounded to zero.

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