commit | 14b83e172f0bc83b8dcf78ee8b1844beeffb418d | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Thu Jun 05 00:23:55 2014 +0800 |
committer | Jens Axboe <axboe@fb.com> | Wed Jun 04 10:40:16 2014 -0600 |
tree | 3695014cf1ecadfaba613ed6d5e6be39b6788d68 | |
parent | 0e62f51f8753b048f391ee2d7f2af1f7297b0be5 [diff] |
block: mq flush: clear flush_rq's tag in flush_end_io() blk_mq_tag_to_rq() needs to be able to tell if it should return the original request, or the flush request if we are doing a flush sequence. Clear the flush tag when IO completes for a flush, since that is what we are comparing against. Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Jens Axboe <axboe@fb.com>