block: remove dead elevator code
authorJens Axboe <axboe@kernel.dk>
Mon, 29 Oct 2018 16:23:51 +0000 (10:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2018 02:47:40 +0000 (19:47 -0700)
commit094416ec0bd441acb3fec357cf187c3ff0ade5ba
tree8a78aa2c80b207b09ed923562e7239d23841de9f
parent6b9051d9d75bf290c493e28589c9485e77099a7e
block: remove dead elevator code

This removes a bunch of core and elevator related code. On the core
front, we remove anything related to queue running, draining,
initialization, plugging, and congestions. We also kill anything
related to request allocation, merging, retrieval, and completion.

Remove any checking for single queue IO schedulers, as they no
longer exist. This means we can also delete a bunch of code related
to request issue, adding, completion, etc - and all the SQ related
ops and helpers.

Also kill the load_default_modules(), as all that did was provide
for a way to load the default single queue elevator.

Tested-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
17 files changed:
block/bfq-iosched.c
block/blk-core.c
block/blk-exec.c
block/blk-ioc.c
block/blk-merge.c
block/blk-settings.c
block/blk-sysfs.c
block/blk.h
block/elevator.c
block/kyber-iosched.c
block/mq-deadline.c
include/linux/blkdev.h
include/linux/elevator.h
include/linux/init.h
init/do_mounts_initrd.c
init/initramfs.c
init/main.c