From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030332AbWGTPPT (ORCPT ); Thu, 20 Jul 2006 11:15:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030333AbWGTPPT (ORCPT ); Thu, 20 Jul 2006 11:15:19 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:13166 "EHLO rgminet01.oracle.com") by vger.kernel.org with ESMTP id S1030332AbWGTPPR (ORCPT ); Thu, 20 Jul 2006 11:15:17 -0400 Message-ID: <44BF9E89.2040202@oracle.com> Date: Thu, 20 Jul 2006 08:17:29 -0700 From: Randy Dunlap User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: lkml , akpm Subject: [PATCH 3/3] kernel-doc: move filesystems together Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Move all VFS + filesystem docs together. Signed-off-by: Randy Dunlap --- Documentation/DocBook/kernel-api.tmpl | 78 +++++++++++++++++----------------- 1 file changed, 39 insertions(+), 39 deletions(-) --- linux-2618-rc2.orig/Documentation/DocBook/kernel-api.tmpl +++ linux-2618-rc2/Documentation/DocBook/kernel-api.tmpl @@ -178,6 +178,38 @@ X!Ilib/string.c + + The Linux VFS + The Filesystem types +!Iinclude/linux/fs.h + + The Directory Cache +!Efs/dcache.c +!Iinclude/linux/dcache.h + + Inode Handling +!Efs/inode.c +!Efs/bad_inode.c + + Registration and Superblocks +!Efs/super.c + + File Locks +!Efs/locks.c +!Ifs/locks.c + + Other Functions +!Efs/mpage.c +!Efs/namei.c +!Efs/buffer.c +!Efs/bio.c +!Efs/seq_file.c +!Efs/filesystems.c +!Efs/fs-writeback.c +!Efs/block_dev.c + + + The proc filesystem @@ -190,6 +222,13 @@ X!Ilib/string.c + + The Filesystem for Exporting Kernel Objects +!Efs/sysfs/file.c +!Efs/sysfs/symlink.c +!Efs/sysfs/bin.c + + The debugfs filesystem @@ -215,38 +254,6 @@ X!Ilib/string.c - - The Linux VFS - The Filesystem types -!Iinclude/linux/fs.h - - The Directory Cache -!Efs/dcache.c -!Iinclude/linux/dcache.h - - Inode Handling -!Efs/inode.c -!Efs/bad_inode.c - - Registration and Superblocks -!Efs/super.c - - File Locks -!Efs/locks.c -!Ifs/locks.c - - Other Functions -!Efs/mpage.c -!Efs/namei.c -!Efs/buffer.c -!Efs/bio.c -!Efs/seq_file.c -!Efs/filesystems.c -!Efs/fs-writeback.c -!Efs/block_dev.c - - - Linux Networking Networking Base Types @@ -362,13 +369,6 @@ X!Earch/i386/kernel/mca.c - - The Filesystem for Exporting Kernel Objects -!Efs/sysfs/file.c -!Efs/sysfs/symlink.c -!Efs/sysfs/bin.c - - Security Framework !Esecurity/security.c