]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - block/blk-mq.c
blk-mq: Rename blk_mq_request_direct_issue() into blk_mq_request_issue_directly()
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 19 Jan 2018 16:58:54 +0000 (08:58 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 19 Jan 2018 19:51:59 +0000 (12:51 -0700)
commitc77ff7fd03ddca8face268c4cf093c0edf4bcf1f
tree333b693dfac8519730d85c03cef0ec9f60a72b17
parent8c7a8d1c4b9c30a2be3b31a2e6af1cefd45574eb
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>
block/blk-core.c
block/blk-mq.c
block/blk-mq.h