Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/dasd: remove IOSCHED_DEADLINE from DASD Kconfig

CONFIG_IOSCHED_DEADLINE was removed with
commit f382fb0bcef4 ("block: remove legacy IO schedulers")

and setting of the scheduler was removed with
commit a5fd8ddce2af ("s390/dasd: remove setting of scheduler from driver").

So get rid of the select.

Reported-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Stefan Haberland and committed by
Jens Axboe
3dceecfa 5fe56de7

-1
-1
drivers/s390/block/Kconfig
··· 26 26 def_tristate y 27 27 prompt "Support for DASD devices" 28 28 depends on CCW && BLOCK 29 - select IOSCHED_DEADLINE 30 29 help 31 30 Enable this option if you want to access DASDs directly utilizing 32 31 S/390s channel subsystem commands. This is necessary for running