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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D09FC433DB for ; Mon, 15 Feb 2021 15:02:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4550664D9F for ; Mon, 15 Feb 2021 15:02:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230426AbhBOPCU (ORCPT ); Mon, 15 Feb 2021 10:02:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:38910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229991AbhBOPCJ (ORCPT ); Mon, 15 Feb 2021 10:02:09 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id C4B5364EB7; Mon, 15 Feb 2021 14:59:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613401192; bh=JjIwSMnEt+ETU9tmeFvEN7EkYGKaOjW0SGFIf8zkMnQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CVS/6iNDL3Ek4g4gnSsDYI+jHQ+z/QjpdEuAqtvydsBH8b6RkXTdJw+YZ/8Xw0zB/ UkofTO2kkV3vPYDcte30qfqmfGsT58t3qnhquEzzeRTDFKsKFazdCfKvnraL/7hjMX nC76rWpL2+JzL7+aA+udet4xKH5i+Zcogx9x12vA= Date: Mon, 15 Feb 2021 15:59:19 +0100 From: Greg KH To: Michal Rostecki Cc: Chris Mason , Josef Bacik , David Sterba , "open list:BTRFS FILE SYSTEM" , open list , Michal Rostecki Subject: Re: [PATCH RFC 5/6] btrfs: sysfs: Add directory for read policies Message-ID: References: <20210209203041.21493-1-mrostecki@suse.de> <20210209203041.21493-6-mrostecki@suse.de> <20210215143535.GA21872@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210215143535.GA21872@wotan.suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Mon, Feb 15, 2021 at 02:35:35PM +0000, Michal Rostecki wrote: > On Sat, Feb 13, 2021 at 11:19:28AM +0100, Greg KH wrote: > > On Tue, Feb 09, 2021 at 09:30:39PM +0100, Michal Rostecki wrote: > > > From: Michal Rostecki > > > > > > Before this change, raid1 read policy could be selected by using the > > > /sys/fs/btrfs/[fsid]/read_policy file. > > > > > > Change it to /sys/fs/btrfs/[fsid]/read_policies/policy. > > > > > > The motivation behing creating the read_policies directory is that the > > > next changes and new read policies are going to intruduce settings > > > specific to read policies. > > > > No Documentation/ABI/ update for this change? > > > > Good point. As far as I see, we have no btrfs-related file there. I will > add it to Documentation/ABI/testing in v2. > > I guess we also need to document all the options from btrfs that are > unaffected by this particular patchset? Would it make sense to cover > them in a separate patch? That would be a good idea to do as a separate and new patch, yes. thanks, greg k-h