From: Ben Hutchings Date: Sun, 13 Aug 2017 17:02:19 +0000 (+0100) Subject: bfq: Re-enable auto-loading when built as a module X-Git-Tag: v4.14-rc1~117^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26b4cf2497e380c5cc64b9ad6a7b84a8648320cd;p=platform%2Fkernel%2Flinux-exynos.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 ...") Reviewed-by: Ming Lei Signed-off-by: Ben Hutchings Signed-off-by: Jens Axboe --- diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c index 7948446..6a7a26b 100644 --- a/block/bfq-iosched.c +++ b/block/bfq-iosched.c @@ -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) {