commit | c5d3d7901f7b8225d31486894ff7778b0ac3d582 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Jul 31 11:20:52 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Jul 31 11:20:52 2009 +0200 |
tree | d0723b10879e8ad322d480b67c41e57f34f3d689 | |
parent | 5338f35ddd52203048e2f6262b7254dddc2d8d52 [diff] |
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>