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=-6.3 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 22C4BC433DB for ; Sat, 13 Feb 2021 10:20:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D670464E3D for ; Sat, 13 Feb 2021 10:20:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229646AbhBMKUQ (ORCPT ); Sat, 13 Feb 2021 05:20:16 -0500 Received: from mail.kernel.org ([198.145.29.99]:43532 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229598AbhBMKUM (ORCPT ); Sat, 13 Feb 2021 05:20:12 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6FC6464DEB; Sat, 13 Feb 2021 10:19:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613211572; bh=DZYpgIfFOFXJBGvrbEklrWD/iVoTHFJ4vSHqyi4HYLw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aKKG2vSAf3MbywiQweiAouDBjjvD9EdRdFjr6nIURi1rpMi86FSgI53/DwkLTEN7v 2tcOQyOQ2S5XDw1HTmV43qLrE3y4zN0Xbi/3Vq9YB30wkPlAoO7sEkJlToFkRvRQ9E dHe4+ambgVonnyrUkQWHXEfGRgiXrtk+wlKk8hGY= Date: Sat, 13 Feb 2021 11:19:28 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210209203041.21493-6-mrostecki@suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org 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?