commit | 244c65a3ccaa06fd15cc940315606674d3108b2f | [log] [tgz] |
---|---|---|
author | Ming Lei <ming.lei@redhat.com> | Sat Nov 04 12:39:57 2017 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Nov 04 12:39:57 2017 -0600 |
tree | 916726520be4ddc2b878837ba486ad25d9c8b7f5 | |
parent | a6a252e6491443c1c18eab7e254daee63d4a7a04 [diff] |
blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h We need this helper to put the driver tag for flush rq, since we will not share tag in the flush request sequence in the following patch in case that I/O scheduler is applied. Signed-off-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>