]> Git Repo - linux.git/commit - block/mq-deadline.c
blk-mq: move blk_mq_sched_insert_request to blk-mq.c
authorChristoph Hellwig <[email protected]>
Thu, 13 Apr 2023 06:40:43 +0000 (08:40 +0200)
committerJens Axboe <[email protected]>
Thu, 13 Apr 2023 12:52:29 +0000 (06:52 -0600)
commit2bd215df791b5d36ca1d20c07683100b48310cc2
tree1913d854a8042dbeb058e86610f417e5355fb67b
parent05a93117703e7b2e40fa9193e622079b30395bcc
blk-mq: move blk_mq_sched_insert_request to blk-mq.c

blk_mq_sched_insert_request is the main request insert helper and not
directly I/O scheduler related.  Move blk_mq_sched_insert_request to
blk-mq.c, rename it to blk_mq_insert_request and mark it static.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Damien Le Moal <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
block/blk-mq-sched.c
block/blk-mq-sched.h
block/blk-mq.c
block/mq-deadline.c
This page took 0.04806 seconds and 4 git commands to generate.