From patchwork Wed May 15 00:29:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tobin C. Harding" X-Patchwork-Id: 10944153 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 63C28924 for ; Wed, 15 May 2019 00:31:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 53BBC2897A for ; Wed, 15 May 2019 00:31:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4790128989; Wed, 15 May 2019 00:31:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E07C42897A for ; Wed, 15 May 2019 00:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726394AbfEOAaG (ORCPT ); Tue, 14 May 2019 20:30:06 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:43805 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbfEOAaG (ORCPT ); Tue, 14 May 2019 20:30:06 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id CCDF8251DB; Tue, 14 May 2019 20:30:02 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Tue, 14 May 2019 20:30:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=q3z4I4gm6Mw+lXsJj Da5nhawsrQXblcwi8YUEi0Hioo=; b=M2qu06aapz11eJf9dFDkR3Y/2bM6HB+Fw E4nIFtVHWupkNUE/cJnUJQlXVflKVtSjpMNAfvqeqfZ20aeMsKvqK/WG9cbLNy9j tQKrK/OrB/jF/ocMthFTOje3K/PqatUPTULewREv0WDn+IFwXofVvBuBMi2m9Zsh hBLyOO4qmRsOIN9BSk7Pxgl7BaIhLunPNKUfPRkKPcBbcznZtFft/ddpzrJ2l1Il B7NTIA/Kg3OUb47FaU21kLqn1k+aS9NiH2+ATXRk8ljjQ7uef8P3C4OAhRlnB5vq oLIyjSeMjfHCRulyn3NTwcV4VkYEDykKB+Atf66jhtYxWn9Dear0w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrleejgdefiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkofgggfestdekredtredttdenucfhrhhomhepfdfvohgsihhnucev rdcujfgrrhguihhnghdfuceothhosghinheskhgvrhhnvghlrdhorhhgqeenucfkphepud dvuddrgeegrddvvdefrddvuddunecurfgrrhgrmhepmhgrihhlfhhrohhmpehtohgsihhn sehkvghrnhgvlhdrohhrghenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from eros.localdomain (ppp121-44-223-211.bras1.syd2.internode.on.net [121.44.223.211]) by mail.messagingengine.com (Postfix) with ESMTPA id C075110379; Tue, 14 May 2019 20:29:58 -0400 (EDT) From: "Tobin C. Harding" To: Jonathan Corbet Cc: "Tobin C. Harding" , Al Viro , Mauro Carvalho Chehab , Neil Brown , Randy Dunlap , linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v4 0/9] docs: Convert VFS doc to RST Date: Wed, 15 May 2019 10:29:04 +1000 Message-Id: <20190515002913.12586-1-tobin@kernel.org> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Jon, Here is an updated version of the VFS doc conversion. This series in no way represents a final point for the VFS documentation rather it is a small step towards getting VFS docs updated. This series does not update the content of vfs.txt, only does formatting. Testing: the following produces no new build warnings make cleandocs make htmldocs 2> pre.stderr # apply this patch series make cleandocs make htmldocs 2> post.stderr diff pre.stderr post.stderr thanks, Tobin. Tobin C. Harding (9): docs: filesystems: vfs: Remove space before tab docs: filesystems: vfs: Use uniform space after period. docs: filesystems: vfs: Use 72 character column width docs: filesystems: vfs: Use uniform spacing around headings docs: filesystems: vfs: Use correct initial heading docs: filesystems: vfs: Use SPDX identifier docs: filesystems: vfs: Fix pre-amble indentation docs: filesystems: vfs: Convert spaces to tabs docs: filesystems: vfs: Convert vfs.txt to RST Documentation/filesystems/index.rst | 1 + Documentation/filesystems/vfs.rst | 1286 +++++++++++++++++++++++++++ Documentation/filesystems/vfs.txt | 1264 -------------------------- 3 files changed, 1287 insertions(+), 1264 deletions(-) create mode 100644 Documentation/filesystems/vfs.rst delete mode 100644 Documentation/filesystems/vfs.txt