Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26b4cf24 authored by Ben Hutchings's avatar Ben Hutchings Committed by Jens Axboe
Browse files

bfq: Re-enable auto-loading when built as a module



The block core requests modules with the "-iosched" name suffix, but
bfq no longer has that suffix.  Add an alias.

Fixes: ea25da48 ("block, bfq: split bfq-iosched.c into multiple ...")
Reviewed-by: default avatarMing Lei <ming.lei@redhat.com>
Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5034435c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5013,6 +5013,7 @@ static struct elevator_type iosched_bfq_mq = {
	.elevator_name =	"bfq",
	.elevator_owner =	THIS_MODULE,
};
MODULE_ALIAS("bfq-iosched");

static int __init bfq_init(void)
{