linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390: Cleanup removed IOSCHED_DEADLINE
@ 2020-02-17 16:55 Krzysztof Kozlowski
  2020-02-18 12:17 ` Heiko Carstens
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-02-17 16:55 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger, linux-s390,
	linux-kernel
  Cc: Krzysztof Kozlowski

CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block:
remove legacy IO schedulers").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/s390/block/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] s390: Cleanup removed IOSCHED_DEADLINE
  2020-02-17 16:55 [PATCH] s390: Cleanup removed IOSCHED_DEADLINE Krzysztof Kozlowski
@ 2020-02-18 12:17 ` Heiko Carstens
  2020-02-18 15:18   ` Stefan Haberland
  0 siblings, 1 reply; 4+ messages in thread
From: Heiko Carstens @ 2020-02-18 12:17 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Stefan Haberland, Jan Hoeppner
  Cc: Vasily Gorbik, Christian Borntraeger, linux-s390, linux-kernel

On Mon, Feb 17, 2020 at 05:55:25PM +0100, Krzysztof Kozlowski wrote:
> CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block:
> remove legacy IO schedulers").
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Thanks! I'll leave it up to Stefan and Jan to decide what to do with this.

> ---
>  drivers/s390/block/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
> -- 
> 2.17.1
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] s390: Cleanup removed IOSCHED_DEADLINE
  2020-02-18 12:17 ` Heiko Carstens
@ 2020-02-18 15:18   ` Stefan Haberland
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Haberland @ 2020-02-18 15:18 UTC (permalink / raw)
  To: Heiko Carstens, Krzysztof Kozlowski, Jan Hoeppner
  Cc: Vasily Gorbik, Christian Borntraeger, linux-s390, linux-kernel

Am 18.02.20 um 13:17 schrieb Heiko Carstens:
> On Mon, Feb 17, 2020 at 05:55:25PM +0100, Krzysztof Kozlowski wrote:
>> CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block:
>> remove legacy IO schedulers").
>>
>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> Thanks! I'll leave it up to Stefan and Jan to decide what to do with this.

I will apply the patch. Thanks.

>
>> ---
>>  drivers/s390/block/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> 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
>> -- 
>> 2.17.1
>>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] s390: Cleanup removed IOSCHED_DEADLINE
@ 2020-01-30 19:25 Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-01-30 19:25 UTC (permalink / raw)
  To: Heiko Carstens, Vasily Gorbik, Christian Borntraeger, linux-s390,
	linux-kernel
  Cc: Krzysztof Kozlowski

CONFIG_IOSCHED_DEADLINE is gone since commit f382fb0bcef4 ("block:
remove legacy IO schedulers").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/s390/block/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-18 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17 16:55 [PATCH] s390: Cleanup removed IOSCHED_DEADLINE Krzysztof Kozlowski
2020-02-18 12:17 ` Heiko Carstens
2020-02-18 15:18   ` Stefan Haberland
  -- strict thread matches above, loose matches on Subject: below --
2020-01-30 19:25 Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).