mirror of https://gitee.com/openkylin/linux.git
[PATCH] kernel-doc: move filesystems together
Move all VFS + filesystem docs together. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
4c78a66393
commit
5b217fa75c
|
@ -181,43 +181,6 @@ X!Ilib/string.c
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter id="proc">
|
|
||||||
<title>The proc filesystem</title>
|
|
||||||
|
|
||||||
<sect1><title>sysctl interface</title>
|
|
||||||
!Ekernel/sysctl.c
|
|
||||||
</sect1>
|
|
||||||
|
|
||||||
<sect1><title>proc filesystem interface</title>
|
|
||||||
!Ifs/proc/base.c
|
|
||||||
</sect1>
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="debugfs">
|
|
||||||
<title>The debugfs filesystem</title>
|
|
||||||
|
|
||||||
<sect1><title>debugfs interface</title>
|
|
||||||
!Efs/debugfs/inode.c
|
|
||||||
!Efs/debugfs/file.c
|
|
||||||
</sect1>
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="relayfs">
|
|
||||||
<title>relay interface support</title>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Relay interface support
|
|
||||||
is designed to provide an efficient mechanism for tools and
|
|
||||||
facilities to relay large amounts of data from kernel space to
|
|
||||||
user space.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<sect1><title>relay interface</title>
|
|
||||||
!Ekernel/relay.c
|
|
||||||
!Ikernel/relay.c
|
|
||||||
</sect1>
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="vfs">
|
<chapter id="vfs">
|
||||||
<title>The Linux VFS</title>
|
<title>The Linux VFS</title>
|
||||||
<sect1><title>The Filesystem types</title>
|
<sect1><title>The Filesystem types</title>
|
||||||
|
@ -250,6 +213,50 @@ X!Ilib/string.c
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="proc">
|
||||||
|
<title>The proc filesystem</title>
|
||||||
|
|
||||||
|
<sect1><title>sysctl interface</title>
|
||||||
|
!Ekernel/sysctl.c
|
||||||
|
</sect1>
|
||||||
|
|
||||||
|
<sect1><title>proc filesystem interface</title>
|
||||||
|
!Ifs/proc/base.c
|
||||||
|
</sect1>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="sysfs">
|
||||||
|
<title>The Filesystem for Exporting Kernel Objects</title>
|
||||||
|
!Efs/sysfs/file.c
|
||||||
|
!Efs/sysfs/symlink.c
|
||||||
|
!Efs/sysfs/bin.c
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="debugfs">
|
||||||
|
<title>The debugfs filesystem</title>
|
||||||
|
|
||||||
|
<sect1><title>debugfs interface</title>
|
||||||
|
!Efs/debugfs/inode.c
|
||||||
|
!Efs/debugfs/file.c
|
||||||
|
</sect1>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
|
<chapter id="relayfs">
|
||||||
|
<title>relay interface support</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Relay interface support
|
||||||
|
is designed to provide an efficient mechanism for tools and
|
||||||
|
facilities to relay large amounts of data from kernel space to
|
||||||
|
user space.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<sect1><title>relay interface</title>
|
||||||
|
!Ekernel/relay.c
|
||||||
|
!Ikernel/relay.c
|
||||||
|
</sect1>
|
||||||
|
</chapter>
|
||||||
|
|
||||||
<chapter id="netcore">
|
<chapter id="netcore">
|
||||||
<title>Linux Networking</title>
|
<title>Linux Networking</title>
|
||||||
<sect1><title>Networking Base Types</title>
|
<sect1><title>Networking Base Types</title>
|
||||||
|
@ -365,13 +372,6 @@ X!Earch/i386/kernel/mca.c
|
||||||
</sect1>
|
</sect1>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
<chapter id="sysfs">
|
|
||||||
<title>The Filesystem for Exporting Kernel Objects</title>
|
|
||||||
!Efs/sysfs/file.c
|
|
||||||
!Efs/sysfs/symlink.c
|
|
||||||
!Efs/sysfs/bin.c
|
|
||||||
</chapter>
|
|
||||||
|
|
||||||
<chapter id="security">
|
<chapter id="security">
|
||||||
<title>Security Framework</title>
|
<title>Security Framework</title>
|
||||||
!Esecurity/security.c
|
!Esecurity/security.c
|
||||||
|
|
Loading…
Reference in New Issue