Message ID | 20200406074118.86849-2-sth@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | s390/dasd: Kconfig patch | expand |
On 4/6/20 1:41 AM, Stefan Haberland wrote: > From: Krzysztof Kozlowski <krzk@kernel.org> > > CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block: > remove legacy IO schedulers"). Isn't this a leftover thing from when dasd selected deadline internally? I don't think we need this anymore, just kill the select completely.
Am 06.04.20 um 17:32 schrieb Jens Axboe: > On 4/6/20 1:41 AM, Stefan Haberland wrote: >> From: Krzysztof Kozlowski <krzk@kernel.org> >> >> CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block: >> remove legacy IO schedulers"). > Isn't this a leftover thing from when dasd selected deadline > internally? I don't think we need this anymore, just kill the > select completely. > Basically yes. We still have the recommendation to use deadline and there are some udev rules in place which select it. So I thought it might be a good idea to keep the line. But I am also fine to drop it completely if you prefer this. Regards, Stefan
On 4/7/20 3:01 AM, Stefan Haberland wrote: > Am 06.04.20 um 17:32 schrieb Jens Axboe: >> On 4/6/20 1:41 AM, Stefan Haberland wrote: >>> From: Krzysztof Kozlowski <krzk@kernel.org> >>> >>> CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block: >>> remove legacy IO schedulers"). >> Isn't this a leftover thing from when dasd selected deadline >> internally? I don't think we need this anymore, just kill the >> select completely. >> > > Basically yes. > We still have the recommendation to use deadline and there are some udev > rules in place which select it. > So I thought it might be a good idea to keep the line. But I am also > fine to drop it completely if you prefer this. I don't feel super strongly about it, but at the same time I don't think there's a reason for it. Besides, I think everyone has deadline enabled. So I guess we should just kill it.
Am 07.04.20 um 21:24 schrieb Jens Axboe: > On 4/7/20 3:01 AM, Stefan Haberland wrote: >> Am 06.04.20 um 17:32 schrieb Jens Axboe: >>> On 4/6/20 1:41 AM, Stefan Haberland wrote: >>>> From: Krzysztof Kozlowski <krzk@kernel.org> >>>> >>>> CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block: >>>> remove legacy IO schedulers"). >>> Isn't this a leftover thing from when dasd selected deadline >>> internally? I don't think we need this anymore, just kill the >>> select completely. >>> >> Basically yes. >> We still have the recommendation to use deadline and there are some udev >> rules in place which select it. >> So I thought it might be a good idea to keep the line. But I am also >> fine to drop it completely if you prefer this. > I don't feel super strongly about it, but at the same time I don't > think there's a reason for it. Besides, I think everyone has deadline > enabled. So I guess we should just kill it. > OK, thanks for your opinion. I will remove the line and come up with a different patch.
diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig index a8682f69effc..1f06b19cb290 100644 --- a/drivers/s390/block/Kconfig +++ b/drivers/s390/block/Kconfig @@ -26,7 +26,7 @@ config DASD def_tristate y prompt "Support for DASD devices" depends on CCW && BLOCK - select IOSCHED_DEADLINE + select MQ_IOSCHED_DEADLINE help Enable this option if you want to access DASDs directly utilizing S/390s channel subsystem commands. This is necessary for running