Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp7181401ybi; Mon, 8 Jul 2019 16:20:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqxW8EAyIu0h9kf9ZLyaUe1X3hX/2wCyxxGiLvWsWicLkt3Qi8PX2QcNPUkppA//GwW42XF7 X-Received: by 2002:a17:902:ea:: with SMTP id a97mr27720884pla.182.1562628026832; Mon, 08 Jul 2019 16:20:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562628026; cv=none; d=google.com; s=arc-20160816; b=RDNf3YzLDFHyv6uTRdE8y6OtnEJ81hONxv/rjzldLc+ZEYqBh0D/aQpLmgS4EevCbW VQg6v++8c7yUuf5QQnLjy08tyk36ELN7ME4IB5Gc4XiURkjESlM7lX/xD4wMuTl8ZEaG +OHcRqPUUi3HonyQwJIlO8zjellv6dCrxPp49vl/t86FL96EL1dsZfmJDupLhNKCiO5B G0ePOI9YHOYipQtTXaN0khJK1Xm71zQ6xFdtQsLsTpI5b0W121JVRGoKWVWBNYkJ6fCb lLIYONd778w+PW/FioHwsuxXBrrTtRJ0P7B7vjXbqSoJb9YwsMHmMBDcWZWDES5up2SX iaPw== 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=DSHxqpJhoBoHasdTfoQi80HzR5tSmiXoK5cnouU0R6Y=; b=s3O2J+nfN9IyV98Uu1IGdqFy5YAEQWBsncm9+cCRJDgWLW732+ackS6IZbCnS7dMUc zOjoYGpjUpetfXvyvqf2zgxqd7kBMDz6ljEgf1Wvm17qjtKdHJ2MIu+UtDP7gihgJRFv VfIGUCOcVE7cLoM4Fea4AcDLHkgycFKiP6pHU/c/+6e+pQa1In6AlrDhM9lZHmkz1f6k aIyq+QUl2OO40R/GQ7FHClEwri40FCCFQu6LSfv5rko6gvzxSLjxFeqFLaNj5WmtH7SV TuPHz5ZvLid3XMmP1ENRf+Pnk9EqvPw1zPLHYOOu312txzGQ1JsKrQki0gzYGdFqjW/H 9irQ== 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 b123si21344674pfa.14.2019.07.08.16.20.12; Mon, 08 Jul 2019 16:20:26 -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 S2404651AbfGHTr6 (ORCPT + 99 others); Mon, 8 Jul 2019 15:47:58 -0400 Received: from ms.lwn.net ([45.79.88.28]:53154 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727163AbfGHTr5 (ORCPT ); Mon, 8 Jul 2019 15:47:57 -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 3A87A2B8; Mon, 8 Jul 2019 19:47:57 +0000 (UTC) Date: Mon, 8 Jul 2019 13:47:56 -0600 From: Jonathan Corbet To: Shobhit Kukreti Cc: skhan@linuxfoundation.org, linux-kernel-mentees@lists.linuxfoundation.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Linux-kernel-mentees] [PATCH] Documentation: filesystems: Convert jfs.txt to reStructedText format. Message-ID: <20190708134756.1025c940@lwn.net> In-Reply-To: <20190706232236.GA24717@t-1000> References: <20190706232236.GA24717@t-1000> 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 Sat, 6 Jul 2019 16:22:39 -0700 Shobhit Kukreti wrote: > This converts the plain text documentation of jfs.txt to reStructuredText format. > Added to documentation build process and verified with make htmldocs > > Signed-off-by: Shobhit Kukreti Thanks for working to make the kernel documentation better. That said, I do have a request... > --- > Documentation/filesystems/index.rst | 1 + > Documentation/filesystems/jfs.rst | 74 +++++++++++++++++++++++++++++++++++++ > Documentation/filesystems/jfs.txt | 52 -------------------------- > 3 files changed, 75 insertions(+), 52 deletions(-) > create mode 100644 Documentation/filesystems/jfs.rst > delete mode 100644 Documentation/filesystems/jfs.txt > > diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst > index 1131c34..d700330 100644 > --- a/Documentation/filesystems/index.rst > +++ b/Documentation/filesystems/index.rst > @@ -41,3 +41,4 @@ Documentation for individual filesystem types can be found here. > :maxdepth: 2 > > binderfs.rst > + jfs > diff --git a/Documentation/filesystems/jfs.rst b/Documentation/filesystems/jfs.rst > new file mode 100644 > index 0000000..bfb6110 > --- /dev/null > +++ b/Documentation/filesystems/jfs.rst > @@ -0,0 +1,74 @@ > +=========================================== > +IBM's Journaled File System (JFS) for Linux > +=========================================== > + > +JFS Homepage: http://jfs.sourceforge.net/ > + > +Following Mount Options are Supported > + > +(*) == default > + .. tabularcolumns:: |p{1.3cm}|p{1.3cm}|p{8.0cm}| > + > +.. cssclass:: longtable > + > +.. flat-table:: > + :header-rows: 0 > + :stub-columns: 0 Please don't use flat-table unless you really need to. It makes the documents harder to read in plain-text form, which is something we want to avoid whenever possible. A simple definition list seems more appropriate for this information. (I should really update the documentation to discourage use of flat-table). Note that the merge window is open, so expect me to be even slower than usual to respond to things for the next couple of weeks. Thanks, jon