From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758598AbXJNF5c (ORCPT ); Sun, 14 Oct 2007 01:57:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752328AbXJNF5Z (ORCPT ); Sun, 14 Oct 2007 01:57:25 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:56634 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbXJNF5Y (ORCPT ); Sun, 14 Oct 2007 01:57:24 -0400 From: Rob Landley Organization: Boundaries Unlimited To: linux-kernel@vger.kernel.org Subject: [PATCH] Add section IDs to Documentation/DocBook/filesystems.tmpl Date: Sun, 14 Oct 2007 00:57:19 -0500 User-Agent: KMail/1.9.6 Cc: akpm@linux-foundation.org, rgammans@computer-surgery.co.uk, sct@redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710140057.20134.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Landley Add recommended section IDs to Documentation/DocBook/filesystems.tmpl Signed-off-by: Rob Landley --- Documentation/DocBook/filesystems.tmpl | 36 +++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff -r 79f0ea1e0e70 Documentation/DocBook/filesystems.tmpl --- a/Documentation/DocBook/filesystems.tmpl Tue Oct 09 21:00:40 2007 +0000 +++ b/Documentation/DocBook/filesystems.tmpl Sat Oct 13 23:16:49 2007 -0500 @@ -40,25 +40,25 @@ The Linux VFS - The Filesystem types + The Filesystem types !Iinclude/linux/fs.h - The Directory Cache + The Directory Cache !Efs/dcache.c !Iinclude/linux/dcache.h - Inode Handling + Inode Handling !Efs/inode.c !Efs/bad_inode.c - Registration and Superblocks + Registration and Superblocks !Efs/super.c - File Locks + File Locks !Efs/locks.c !Ifs/locks.c - Other Functions + Other Functions !Efs/mpage.c !Efs/namei.c !Efs/buffer.c @@ -73,11 +73,11 @@ The proc filesystem - sysctl interface + sysctl interface !Ekernel/sysctl.c - proc filesystem interface + proc filesystem interface !Ifs/proc/base.c @@ -92,7 +92,7 @@ The debugfs filesystem - debugfs interface + debugfs interface !Efs/debugfs/inode.c !Efs/debugfs/file.c @@ -134,9 +134,9 @@ The Linux Journalling API - + Overview - + Details The journalling layer is easy to use. You need to @@ -307,7 +307,7 @@ particular inode. - + Summary Using the journal is a matter of wrapping the different context changes, @@ -349,7 +349,7 @@ an example. - + Data Types The journalling layer uses typedefs to 'hide' the concrete definitions @@ -358,27 +358,27 @@ an example. Obviously the hiding is not enforced as this is 'C'. - Structures + Structures !Iinclude/linux/jbd.h - + Functions The functions here are split into two groups those that affect a journal as a whole, and those which are used to manage transactions - Journal Level + Journal Level !Efs/jbd/journal.c !Ifs/jbd/recovery.c - Transasction Level + Transasction Level !Efs/jbd/transaction.c - + See also -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.