From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25E7CC05027 for ; Wed, 1 Feb 2023 13:08:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231841AbjBANIV (ORCPT ); Wed, 1 Feb 2023 08:08:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229935AbjBANIU (ORCPT ); Wed, 1 Feb 2023 08:08:20 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54EA0AD24; Wed, 1 Feb 2023 05:08:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=0DJ+fu1TOVGN/olgRLBTEaoZLBQeRlRCNJVimqqXr6g=; b=fKrz6P6uzRfZvE1T0iBKvtvueE Tjt7XVZ1EGmjLQMUViQaY9asMLuVzvRB6lDU6Gc6r4cKFKRbWKnhem3vgSzUtLpIgdqJ7b/oXNkoj c+PwrHPH0+gtVUjSMAGVBOKc9jjdln2DYbhkwuVolyMeL8weu2l3nDczv8W4f4gDGtMZH3++9V0zr P4xodfgulDPj3mZCfWwJGmaAg8ayfE6Iy6XpcFN2uYbmuOBOrE8VCEyizg/e4FvBY5MBrRN2ekz5U QwzR8umEKSQfoewbVp+Zl7C/EX/nVNFf/Om+wKfAdsp6UN8VftHdt/MCf5vdWEDkqbVioXhwLCG4e FnCknPjw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNCqY-00BxMx-PB; Wed, 01 Feb 2023 13:08:18 +0000 Date: Wed, 1 Feb 2023 05:08:18 -0800 From: Christoph Hellwig To: Linus Walleij Cc: Christoph Hellwig , linux-mmc@vger.kernel.org, Ulf Hansson , linux-block@vger.kernel.org, Paolo Valente Subject: Re: [PATCH] mmc: core: Imply IOSCHED_BFQ Message-ID: References: <20230131084742.1038135-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org On Wed, Feb 01, 2023 at 09:18:59AM +0100, Linus Walleij wrote: > The Kconfig change is mainly about making it available for use, > for systems with MMC/SD-card drivers. But that's really not the job of Kconfig. If you want an I/O schedule enable it. I thas absolutely no technical connection to the specific block driver used.