| commit | ffcfb415f7f7de156f1d825171e7e773e645fcc2 | [log] [tgz] |
|---|---|---|
| author | Josef Bacik <jbacik@fb.com> | Fri May 18 08:55:11 2018 -0700 |
| committer | Josef Bacik <josef@toxicpanda.com> | Fri Jun 29 15:19:25 2018 -0400 |
| tree | 16d061a8ee121e634e3509a1241b97eec4729719 | |
| parent | ebf8b4c925920ae654efcd7d50cf44143bc6d053 [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>