Skip to content

Commit 2698484

Browse files
liubogithubaxboe
authored andcommitted
blk-mq: remove duplicated definition of blk_mq_freeze_queue
As the prototype has been defined in "include/linux/blk-mq.h", the one in "block/blk-mq.h" can be removed then. Signed-off-by: Liu Bo <bo.liu@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 391f552 commit 2698484

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

block/blk-mq.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ struct blk_mq_ctx {
3636
struct kobject kobj;
3737
} ____cacheline_aligned_in_smp;
3838

39-
void blk_mq_freeze_queue(struct request_queue *q);
4039
void blk_mq_free_queue(struct request_queue *q);
4140
int blk_mq_update_nr_requests(struct request_queue *q, unsigned int nr);
4241
void blk_mq_wake_waiters(struct request_queue *q);

0 commit comments

Comments
 (0)