From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965020AbdEONlB (ORCPT ); Mon, 15 May 2017 09:41:01 -0400 Received: from mout.gmx.net ([212.227.17.22]:60916 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934087AbdEONkz (ORCPT ); Mon, 15 May 2017 09:40:55 -0400 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= To: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Subject: [PATCH 2/6] Documentation: kernel-docs: Move vfs.txt under "Docs at the Linux Kernel tree" Date: Mon, 15 May 2017 15:40:08 +0200 Message-Id: <20170515134012.21222-2-j.neuschaefer@gmx.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170515134012.21222-1-j.neuschaefer@gmx.net> References: <20170515134012.21222-1-j.neuschaefer@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:Xm/KdeIf2kVs2QCClRASPkseSWmTtb7RMriKqzdp1LVSFZbiG6T 5TyUWWnNXgGUzVL82bTWT6Ww8MElaBb1hKCXze2LHBMaaX1ZNkJmgYfrJW96pfUCMVy7ZQQ GpHunbidMZgIEIm0suez0DSubJ2xYfN15Z7PXYuI30CiIToylmDPH/pY96SmEAOLtLa94IY WpHFNSgEAW5O8L4NHlp9Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:8+pEUcxJLcE=:Qb5RkDUBQubg9Kn+SSl38d RJnfOYD7XGZDnLCiH8U0GlmPtJ7pGBvFnL5gR5mjIFpS4nBoqViXftVffq/O/nG4KtvgzjBKA sN8gYSm6bALfegt7UE1jVxsKkvAmtFjAVhlH+FYX4+vVwvB94F28PfUYnMvZDC5NJYzD1jX8Q eED7EXuSD8rqsQRtolLw46HV9sOQ+ujXFO9AcLu+NWxwxMlYBAiQOD619UKa9veLlFzwKwZqU RilX7oAKRpdciDBZRTmbb6rniFzfwD+4bf6Wk7whPXOhvwkvPCaDQbJPv0oWxzSpM1l7OVSyd gS8AWa3PAfLVlhJyK1qfCOO0mra0ShwEgQim/O6Opek3F62P+V7CXnqf6hafxAjBsRUhUp2mL 23klkFDxinD2OepgFl3nQWXfut2q9oMdReqgs7ooGbR0Ypnu6Dqq865XXiv2r9Rs6HOihx6Zz gdnZPeCPC9WtXjtXuwxFZr+65TYwT7B0rYegd2CDKM/9LSIMOHayUivYZgPwj8RAVaJaB0T1A WZ4lD6r8NvbkDNSFiYZ+B4gEgOZfXsuDTVITjXSw5/uhqbPo+C/Y/7ZeFYugvFrioojjt+8xR GvIYpcSSg9gEsElDBURnHKSOPVhSEW9WFdINxIN6C0NneJdl7zY0jdRBBd5dTAnHQSQMMSU5E LtyMQKM4zAhZ/Ffm8s7LKlesvdMnL4lgKpZPXgt2aa+otWKm8CcRcZnaM7zLgSsQGwtHjGlVP WpB9S3HorBDBIe6JuPMQCeJBfYCmCl8pB/cxNXsTeqfcn/FDRmEi0geSnSjF6bqed01D8vgya iLSwST/ Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It's unneccessary to point to an external mirror of the Documentation directory. Also, drop the date field, because in-kernel documentation is continually updated. Signed-off-by: Jonathan Neuschäfer --- Documentation/process/kernel-docs.rst | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst index 05a7857a4a83..6ff8291194ee 100644 --- a/Documentation/process/kernel-docs.rst +++ b/Documentation/process/kernel-docs.rst @@ -84,6 +84,17 @@ The Sphinx books should be built with ``make {htmldocs | pdfdocs | epubdocs}``. different". Freely redistributable under the conditions of the GNU General Public License. + * Title: **Overview of the Virtual File System** + + :Author: Richard Gooch. + :Location: Documentation/filesystems/vfs.txt + :Keywords: VFS, File System, mounting filesystems, opening files, + dentries, dcache. + :Description: Brief introduction to the Linux Virtual File System. + What is it, how it works, operations taken when opening a file or + mounting a file system and description of important data + structures explaining the purpose of each of their entries. + On-line docs ------------ @@ -127,18 +138,6 @@ On-line docs [...]. This paper examines some common problems for submitting larger changes and some strategies to avoid problems. - * Title: **Overview of the Virtual File System** - - :Author: Richard Gooch. - :URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt - :Date: 2007 - :Keywords: VFS, File System, mounting filesystems, opening files, - dentries, dcache. - :Description: Brief introduction to the Linux Virtual File System. - What is it, how it works, operations taken when opening a file or - mounting a file system and description of important data - structures explaining the purpose of each of their entries. - * Title: **Linux Device Drivers, Third Edition** :Author: Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman -- 2.11.0