[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251118012644.61754-1-pilgrimtao@gmail.com>
Date: Tue, 18 Nov 2025 09:26:44 +0800
From: chengkaitao <pilgrimtao@...il.com>
To: axboe@...nel.dk
Cc: linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chengkaitao <chengkaitao@...inos.cn>
Subject: [PATCH] block: remove the declaration of elevator_init_mq function
From: Chengkaitao <chengkaitao@...inos.cn>
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@...inos.cn>
---
block/elevator.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/block/elevator.h b/block/elevator.h
index c4d20155065e..07c521c8cfec 100644
--- a/block/elevator.h
+++ b/block/elevator.h
@@ -147,7 +147,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
--
2.50.1 (Apple Git-155)
Powered by blists - more mailing lists