commit | 67b42d0bf7a8fd1ec0cf1acdc9550e688d7c8578 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fb.com> | Tue Jul 03 11:15:00 2018 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Jul 09 09:07:54 2018 -0600 |
tree | f6aab5ca56ab6ba71846d93ff81afd0d34d3a3c1 | |
parent | c1c80384c8f47021a01a0cc42894a06bed2b801b [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> Signed-off-by: Jens Axboe <axboe@kernel.dk>