aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/kernel-api.tmpl
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2007-06-21 07:10:21 -0400
committerJens Axboe <jens.axboe@oracle.com>2007-07-10 02:04:15 -0400
commit932cc6d4f7c35bbf70bce8cc865b6033ff49c9c0 (patch)
tree0f4f22ec4fc55f31460dc68a293efc18077a8c12 /Documentation/DocBook/kernel-api.tmpl
parentd6f517568f9f5c26e7404a336c7289d5b4b293ec (diff)
splice: completely document external interface with kerneldoc
Also add fs/splice.c as a kerneldoc target with a smaller blurb that should be expanded to better explain the overview of splice. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'Documentation/DocBook/kernel-api.tmpl')
-rw-r--r--Documentation/DocBook/kernel-api.tmpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl
index 38f88b6ae405..8c5698a8c2e1 100644
--- a/Documentation/DocBook/kernel-api.tmpl
+++ b/Documentation/DocBook/kernel-api.tmpl
@@ -643,4 +643,15 @@ X!Idrivers/video/console/fonts.c
643!Edrivers/spi/spi.c 643!Edrivers/spi/spi.c
644 </chapter> 644 </chapter>
645 645
646 <chapter id="splice">
647 <title>splice API</title>
648 <para>)
649 splice is a method for moving blocks of data around inside the
650 kernel, without continually transferring it between the kernel
651 and user space.
652 </para>
653!Iinclude/linux/splice.h
654!Ffs/splice.c
655 </chapter>
656
646</book> 657</book>