summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2017-08-13 18:02:19 +0100
committerJens Axboe <axboe@kernel.dk>2017-08-29 10:47:23 -0600
commit26b4cf2497e380c5cc64b9ad6a7b84a8648320cd (patch)
treee9420eb4ba9c3d65b220eae044b0fee118bf1053 /block
parent5034435c84bea5e92c6a7dee70b51f0c0e441a51 (diff)
downloadop-kernel-dev-26b4cf2497e380c5cc64b9ad6a7b84a8648320cd.zip
op-kernel-dev-26b4cf2497e380c5cc64b9ad6a7b84a8648320cd.tar.gz
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 <ming.lei@redhat.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/bfq-iosched.c1
1 files changed, 1 insertions, 0 deletions
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)
{
OpenPOWER on IntegriCloud