Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Chengkaitao and committed by
Jens Axboe
8e1d91c2 caebce24

-1
-1
block/elevator.h
··· 171 171 struct list_head *); 172 172 extern struct request *elv_former_request(struct request_queue *, struct request *); 173 173 extern struct request *elv_latter_request(struct request_queue *, struct request *); 174 - void elevator_init_mq(struct request_queue *q); 175 174 176 175 /* 177 176 * io scheduler registration