summaryrefslogtreecommitdiffstats
path: root/include/linux/blk-mq.h
diff options
context:
space:
mode:
authorYu Kuai <yukuai3@huawei.com>2022-08-18 14:35:55 +0800
committerJens Axboe <axboe@kernel.dk>2022-08-18 07:38:10 -0600
commita8239f0342bae5a51acca967ba95b9a8ad56dd62 (patch)
tree95923f6bf9531db92e48f08fb673ebd53cdd3a89 /include/linux/blk-mq.h
parente6190dd0031d335c22586d34ef898301ed20f230 (diff)
downloadlinux-stable-a8239f0342bae5a51acca967ba95b9a8ad56dd62.tar.gz
linux-stable-a8239f0342bae5a51acca967ba95b9a8ad56dd62.tar.bz2
linux-stable-a8239f0342bae5a51acca967ba95b9a8ad56dd62.zip
blk-mq: remove unused function blk_mq_queue_stopped()
blk_mq_queue_stopped() doesn't have any caller, which was found by code coverage test, thus remove it. Signed-off-by: Yu Kuai <yukuai3@huawei.com> Link: https://lore.kernel.org/r/20220818063555.3741222-1-yukuai1@huaweicloud.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blk-mq.h')
-rw-r--r--include/linux/blk-mq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blk-mq.h b/include/linux/blk-mq.h
index effee1dc715a..92294a5fb083 100644
--- a/include/linux/blk-mq.h
+++ b/include/linux/blk-mq.h
@@ -857,7 +857,6 @@ void blk_mq_kick_requeue_list(struct request_queue *q);
void blk_mq_delay_kick_requeue_list(struct request_queue *q, unsigned long msecs);
void blk_mq_complete_request(struct request *rq);
bool blk_mq_complete_request_remote(struct request *rq);
-bool blk_mq_queue_stopped(struct request_queue *q);
void blk_mq_stop_hw_queue(struct blk_mq_hw_ctx *hctx);
void blk_mq_start_hw_queue(struct blk_mq_hw_ctx *hctx);
void blk_mq_stop_hw_queues(struct request_queue *q);