]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/mq-deadline.c
mq-deadline: Enable auto-loading when built as module
authorBen Hutchings <ben@decadent.org.uk>
Sun, 13 Aug 2017 17:03:15 +0000 (18:03 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Aug 2017 16:47:23 +0000 (10:47 -0600)
commit7de967e76fce652f9e8f3594c97ae132e3a0833a
tree623cdfda2c793e54a56a4ca16fdf0de7cbbec88b
parent26b4cf2497e380c5cc64b9ad6a7b84a8648320cd
mq-deadline: Enable auto-loading when built as module

The block core requests modules with the "-iosched" name suffix, but
mq-deadline does not have that suffix.  Add an alias.

Fixes: 945ffb60c11d ("mq-deadline: add blk-mq adaptation of the deadline ...")
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>
block/mq-deadline.c