Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp6397273ybi; Wed, 31 Jul 2019 13:40:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqwZEkmun/Z15HAk3tIm5po0CQpe/AfHqNWtYpvkINPUk33Vr2KfD31EjXfHqRbeKmBbUTM/ X-Received: by 2002:a63:f926:: with SMTP id h38mr26023311pgi.80.1564605605533; Wed, 31 Jul 2019 13:40:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564605605; cv=none; d=google.com; s=arc-20160816; b=PFNCCmeUli2uaxAbGS1XXZe6C8lSQpekr+5sVm8YvsJiDMHeW5/n7XcrVBf7sTukLe DHhSgSkI8k24bBmL5ijKGr5GGTQaTG8dnoehA1hiuNF6akLkionUf0t3icBAS+nfgnTh JEfAw7sw2lOp+C1rf6YbppnWw0+awUDbUREtLP9wqGd/uFou7ixQqISTd59M2r/ZHtcz kAu4+Ru4Uu5HEnQ7+yzJFsPMe5kdowpfNLKw0wN04GRrKD01hw0cE7a1F2oJfXqcuVMJ dOb/cGsvuUoBjWsrmg13wYqq2nbqxIn3FV6S7wLEQsL+vzgKGdJLpx2OEQCM5bRiZ8Hv Dwlg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=mQiS8c5O6X1V9b5PIAma9/5ig7+wyd+LDl6lw8371fk=; b=WNbwcu3HD4mLSt2FDzzmnCsnN82T+Q3qYVmp6SU/q4mozqCJa/WIWxhtlyGlxm44W2 YGKiMknrLmLW7Wjny6r2+tMBT5GiCpKVTAAJRM/gCz6PGsSGfsRKehHRPKvvRKPgfcjz 46f9AW2vyvHEOICFgi+PwAT/tjuoBM5mYD84CqoeSoSEv54h0ku7Gdmd8E8hgUm08PGI 5qy64pPBkVO8/u10xqmR5W6UNKTt8KktND7fYAI83nrWpaYzEYiXVwJTWiS8HtSFBZUH euxPnJEmC0wg0Qe1/o4Z5QKBfh0/NC/NvTtSTQaU39y+Z+zEJ+xgke/N+uPpfnCDVLIA IDCA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i23si32901206pfa.196.2019.07.31.13.39.49; Wed, 31 Jul 2019 13:40:05 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726901AbfGaURJ (ORCPT + 99 others); Wed, 31 Jul 2019 16:17:09 -0400 Received: from ms.lwn.net ([45.79.88.28]:56102 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725793AbfGaURI (ORCPT ); Wed, 31 Jul 2019 16:17:08 -0400 Received: from lwn.net (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 11F1F7DA; Wed, 31 Jul 2019 20:17:08 +0000 (UTC) Date: Wed, 31 Jul 2019 14:17:07 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/6] docs: fs: convert porting to ReST Message-ID: <20190731141707.6f3d21d7@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 31 Jul 2019 17:08:52 -0300 Mauro Carvalho Chehab wrote: > This file has its own proper style, except that, after a while, > the coding style gets violated and whitespaces are placed on > different ways. > > As Sphinx and ReST are very sentitive to whitespace differences, > I had to opt if each entry after required/mandatory/... fields > should start with zero spaces or with a tab. I opted to start them > all from the zero position, in order to avoid needing to break lines > with more than 80 columns, with would make harder for review. > > Most of the other changes at porting.rst were made to use an unified > notation with works nice as a text file while also produce a good html > output after being parsed. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/filesystems/porting.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/porting.rst b/Documentation/filesystems/porting.rst > index 66aa521e6376..f18506083ced 100644 > --- a/Documentation/filesystems/porting.rst > +++ b/Documentation/filesystems/porting.rst > @@ -158,7 +158,7 @@ Callers of notify_change() need ->i_mutex now. > New super_block field ``struct export_operations *s_export_op`` for > explicit support for exporting, e.g. via NFS. The structure is fully > documented at its declaration in include/linux/fs.h, and in > -Documentation/filesystems/nfs/Exporting. > +Documentation/filesystems/nfs/exporting.rst. > > Briefly it allows for the definition of decode_fh and encode_fh operations > to encode and decode filehandles, and allows the filesystem to use This patch doesn't match the changelog at all. I think it's one leftover fix after the previous version of the patch was applied...? jon