commit | c77ff7fd03ddca8face268c4cf093c0edf4bcf1f | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Fri Jan 19 08:58:54 2018 -0800 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Jan 19 12:51:59 2018 -0700 |
tree | 333b693dfac8519730d85c03cef0ec9f60a72b17 | |
parent | 8c7a8d1c4b9c30a2be3b31a2e6af1cefd45574eb [diff] |
blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly() Most blk-mq functions have a name that follows the pattern blk_mq_${action}. However, the function name blk_mq_request_direct_issue is an exception. Hence rename this function. This patch does not change any functionality. Reviewed-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>