commit | 2230237500821aedfcf2bba2a79d9cbca389233c | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@kernel.org> | Fri May 30 08:06:42 2014 -0600 |
committer | Jens Axboe <axboe@fb.com> | Fri May 30 08:06:42 2014 -0600 |
tree | b4b7bee385293f8cc318fb309909ca3e701b903b | |
parent | da52f22fa924b4a21d8e11fbfd3eeebd7a90a366 [diff] |
blk-mq: blk_mq_tag_to_rq should handle flush request flush request is special, which borrows the tag from the parent request. Hence blk_mq_tag_to_rq needs special handling to return the flush request from the tag. Signed-off-by: Shaohua Li <shli@fusionio.com> Signed-off-by: Jens Axboe <axboe@fb.com>