diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index f8fe882e33dc..ea6f375475b8 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
@@ -202,6 +202,22 @@ X!Ilib/string.c | |||
202 | </sect1> | 202 | </sect1> |
203 | </chapter> | 203 | </chapter> |
204 | 204 | ||
205 | <chapter id="relayfs"> | ||
206 | <title>relay interface support</title> | ||
207 | |||
208 | <para> | ||
209 | Relay interface support | ||
210 | is designed to provide an efficient mechanism for tools and | ||
211 | facilities to relay large amounts of data from kernel space to | ||
212 | user space. | ||
213 | </para> | ||
214 | |||
215 | <sect1><title>relay interface</title> | ||
216 | !Ekernel/relay.c | ||
217 | !Ikernel/relay.c | ||
218 | </sect1> | ||
219 | </chapter> | ||
220 | |||
205 | <chapter id="vfs"> | 221 | <chapter id="vfs"> |
206 | <title>The Linux VFS</title> | 222 | <title>The Linux VFS</title> |
207 | <sect1><title>The Filesystem types</title> | 223 | <sect1><title>The Filesystem types</title> |