Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp79874ybz; Tue, 21 Apr 2020 15:42:31 -0700 (PDT) X-Google-Smtp-Source: APiQypLELaEOiThBYpy+5Kn4E15Yd173z7lE2XMjxKe7ly8YzFZR3KcOAeb43CYGKzPgpV25Ei+I X-Received: by 2002:a50:8c01:: with SMTP id p1mr21246601edp.4.1587508951605; Tue, 21 Apr 2020 15:42:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587508951; cv=none; d=google.com; s=arc-20160816; b=RpV0+OlV5PrkCZMyv4P0q3io00+6Vxh4Qpe23QDR+2+uHVJVOWghQTgJZ+PIpV7eKI VfXLDQNdGivXmUyiJdxaGVrCHPE2huxtld4ZTIGbfKQgRY/xwWbWoapR8Xg91HxH5/L6 ln5X6/G6+8FGTwZn1aXjlqovfIAlwjA0yCHnFQ907xblc8ZgymR16h3m8CNQjzIPaTGB s95H3udynWiNrjALOfSkpYFfRubyBSxkBZjAxmb6Rn4ike+7Z6jGpXeMPCdUSR/2rsqY ObrK89/hT/jtypfmDqzNj84rXiZRoGD0zR1ofAuixOvVwBZgeOGBh1ClVIuIXvWRhVk3 6BDg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=kDJ3Mi3ECebTStFjlYvyzU6ycwKhxKLRnu2FkeQUA2w=; b=oxj0Hd7ZOZp4GyIAl9lABfLCHmYVj/iPDjiwcy3HeQy/GU4IekSDb9/+s6796+sudq MhsvG4UaIDcwjAzsVit829T1yYDcKDTl0uYYLhACDevqPi+bWZ6ZN3nPRYB/HcQSJZ+A MpjgpuUWRQY8Fj0ceicJ2fLd6Cn5GVLeaHLFP/AzO91jxXUjso5GtBu1c9GaOPOrd2fu B5dnXwC95mgaJDutiSUY5oIlrzaoGEC/vOaG5lxbyemWRqFYkbJ81AwKOWH0vd8T6aZX onqA8ibPonaBcRnI67Zyg8J/LLG6ZOp0ZrfAsT3rLfwUUYJh+hFf0Ba2/YJTACwd3n11 DOfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q24si2383719ejz.458.2020.04.21.15.41.53; Tue, 21 Apr 2020 15:42:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726335AbgDUWjs (ORCPT + 99 others); Tue, 21 Apr 2020 18:39:48 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:51534 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726061AbgDUWjr (ORCPT ); Tue, 21 Apr 2020 18:39:47 -0400 Received: from callcc.thunk.org (pool-100-0-195-244.bstnma.fios.verizon.net [100.0.195.244]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 03LMdGMJ026666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Apr 2020 18:39:16 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id D771542030C; Tue, 21 Apr 2020 18:39:15 -0400 (EDT) Date: Tue, 21 Apr 2020 18:39:15 -0400 From: "Theodore Y. Ts'o" To: Christoph Hellwig Cc: Matthew Wilcox , Mauro Carvalho Chehab , Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , Greg Kroah-Hartman , Joel Becker , linux-usb@vger.kernel.org Subject: Re: [PATCH v2 08/29] docs: filesystems: convert configfs.txt to ReST Message-ID: <20200421223915.GA4278@mit.edu> References: <278a9befc98b49ea866c9b687d070c70cde20628.1587487612.git.mchehab+huawei@kernel.org> <20200421165534.GA16511@lst.de> <20200421170223.GP5820@bombadil.infradead.org> <20200421172337.GA18305@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200421172337.GA18305@lst.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 21, 2020 at 07:23:37PM +0200, Christoph Hellwig wrote: > On Tue, Apr 21, 2020 at 10:02:23AM -0700, Matthew Wilcox wrote: > > On Tue, Apr 21, 2020 at 06:55:34PM +0200, Christoph Hellwig wrote: > > > NAK, this makes the document significantly harder to read. > > > > Really? It reads more easily to me in the new format. Enclosing > > section headers in [] is really weird. > > It wasn't entirely uncommon, but that's not really the point. The > Problem is all the weird ".." or "::" annotations that really kill > the flow, or things like "|copy|" that have no reason to exist. FWIW, I consider the rst transformations to be an improvement, even when reading them as a text mode. - Ted