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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=ham 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 B30F7C34026 for ; Mon, 17 Feb 2020 19:34:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9049A2070B for ; Mon, 17 Feb 2020 19:34:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729047AbgBQTeX (ORCPT ); Mon, 17 Feb 2020 14:34:23 -0500 Received: from ms.lwn.net ([45.79.88.28]:49104 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728543AbgBQTeX (ORCPT ); Mon, 17 Feb 2020 14:34:23 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 791D3316; Mon, 17 Feb 2020 19:34:20 +0000 (UTC) Date: Mon, 17 Feb 2020 12:34:14 -0700 From: Jonathan Corbet To: David Sterba Cc: Mauro Carvalho Chehab , Linux Doc Mailing List , linux-fsdevel@vger.kernel.org, Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: [PATCH 08/44] docs: filesystems: convert btrfs.txt to ReST Message-ID: <20200217123414.00942903@lwn.net> In-Reply-To: <20200217185011.GI2902@twin.jikos.cz> References: <1ef76da4ac24a9a6f6187723554733c702ea19ae.1581955849.git.mchehab+huawei@kernel.org> <20200217185011.GI2902@twin.jikos.cz> Organization: LWN.net X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Mon, 17 Feb 2020 19:50:12 +0100 David Sterba wrote: > > Signed-off-by: Mauro Carvalho Chehab > > Thanks. I can take the patch through btrfs tree, unless Jon wants all > doc patches go through his tree. > I'm generally happy either way. With this particular set, though, splitting them across trees seems likely to create a lot of merge conflicts on the index.rst file, so it might be better to keep them all together. Thanks, jon