commit | e57174765b60fce002f4b577113df23317e0782e | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Fri May 18 08:55:11 2018 -0700 |
committer | Josef Bacik <jbacik@fb.com> | Tue Jun 12 07:59:18 2018 -0700 |
tree | 1d189f30f670b2da79aa70641f32a6b9526287af | |
parent | df7d82ccfb244966cccaf631a34c1e45c67edbb0 [diff] |
rq-qos: introduce dio_bio callback wbt cares only about request completion time, but controllers may need information that is on the bio itself, so add a done_bio callback for rq-qos so things like blk-iolatency can use it to have the bio when it completes. Signed-off-by: Josef Bacik <jbacik@fb.com>