From: Ben Hutchings Date: Sat, 12 Aug 2017 21:27:06 +0000 (+0100) Subject: bfq: Re-enable auto-loading when built as a module X-Git-Tag: archive/raspbian/4.15.4-1+rpi1~1^2^2^2~60 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4561f2fd094ad7f1b6a663110e5d19f4ebd07f59;p=linux.git 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: ea25da48086d ("block, bfq: split bfq-iosched.c into multiple ...") Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name bfq-re-enable-auto-loading-when-built-as-a-module.patch --- diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c index 436b6ca6b17..3a01563bd56 100644 --- a/block/bfq-iosched.c +++ b/block/bfq-iosched.c @@ -4998,6 +4998,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) {