From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:1770 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728189AbgDGKB4 (ORCPT ); Tue, 7 Apr 2020 06:01:56 -0400 Received: from pps.filterd (m0098393.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0379WpIL053728 for ; Tue, 7 Apr 2020 06:01:56 -0400 Received: from e06smtp03.uk.ibm.com (e06smtp03.uk.ibm.com [195.75.94.99]) by mx0a-001b2d01.pphosted.com with ESMTP id 3082nwjfs8-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 07 Apr 2020 06:01:56 -0400 Received: from localhost by e06smtp03.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 7 Apr 2020 11:01:42 +0100 Subject: Re: [PATCH 1/1] s390: Cleanup removed IOSCHED_DEADLINE References: <20200406074118.86849-1-sth@linux.ibm.com> <20200406074118.86849-2-sth@linux.ibm.com> <0efad2a5-90f5-8ccf-169e-9715a64a4bb0@kernel.dk> From: Stefan Haberland Date: Tue, 7 Apr 2020 12:01:49 +0200 MIME-Version: 1.0 In-Reply-To: <0efad2a5-90f5-8ccf-169e-9715a64a4bb0@kernel.dk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Message-Id: Sender: linux-s390-owner@vger.kernel.org List-ID: To: Jens Axboe Cc: linux-block@vger.kernel.org, hoeppner@linux.ibm.com, linux-s390@vger.kernel.org, heiko.carstens@de.ibm.com, gor@linux.ibm.com, borntraeger@de.ibm.com Am 06.04.20 um 17:32 schrieb Jens Axboe: > On 4/6/20 1:41 AM, Stefan Haberland wrote: >> From: Krzysztof Kozlowski >> >> 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