mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
block: remove the declaration of elevator_init_mq function
JIRA: https://issues.redhat.com/browse/RHEL-144763 commit 8e1d91c2582d2b60d62616649546bb132fff566b Author: Chengkaitao <chengkaitao@kylinos.cn> Date: Tue Nov 18 09:26:44 2025 +0800 block: remove the declaration of elevator_init_mq function In commit 1e44bedbc921 ("block: unifying elevator change"), the elevator_init_mq function was deleted, but its declaration in elevator.h was overlooked. This patch fixes it. Signed-off-by: Chengkaitao <chengkaitao@kylinos.cn> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Ming Lei <ming.lei@redhat.com>
This commit is contained in:
@@ -170,7 +170,6 @@ extern bool elv_attempt_insert_merge(struct request_queue *, struct request *,
|
||||
struct list_head *);
|
||||
extern struct request *elv_former_request(struct request_queue *, struct request *);
|
||||
extern struct request *elv_latter_request(struct request_queue *, struct request *);
|
||||
void elevator_init_mq(struct request_queue *q);
|
||||
|
||||
/*
|
||||
* io scheduler registration
|
||||
|
||||
Reference in New Issue
Block a user