commit | feb71dae1f9e0aeb056f7f639a21e620d327fc66 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Feb 20 15:32:37 2014 -0800 |
committer | Jens Axboe <axboe@fb.com> | Fri Feb 21 08:58:48 2014 -0800 |
tree | 66097b2fa7e34c826421eb345496d890a6d88ade | |
parent | fd694131bb033e7b1fd748498cd9a70e9c16420b [diff] |
blk-mq: merge blk_mq_insert_request and blk_mq_run_request It's almost identical to blk_mq_insert_request, so fold the two into one slightly more generic function by making the flush special case a bit smarted. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>