commit | ae1ed1896c8679ae4a30f8202dd8ef275a8ba7d2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Fri Dec 09 16:16:30 2016 -0700 |
committer | Jens Axboe <axboe@fb.com> | Fri Dec 09 16:17:06 2016 -0700 |
tree | 13a2ab0f5f88a441543d585054f8599695516b7d | |
parent | fa4bbf60af399678e3f5ca4cde0c8501f53adc86 [diff] |
blk-stat: fix a few cases of missing batch flushing Everytime we need to read ->nr_samples, we should have flushed the batch first. The non-mq read path also needs to flush the batch. Signed-off-by: Jens Axboe <axboe@fb.com>