diff options
author | Jonathan Corbet <corbet@lwn.net> | 2008-03-28 11:19:56 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2008-03-30 11:05:04 -0600 |
commit | ded4926aa28992efcb67dd27a642ddf139ac572b (patch) | |
tree | e4a9e66bea9888a8174b8212c043db66b6807a40 /Documentation/filesystems/00-INDEX | |
parent | af8be4e4b316df36a00c1e52a9970c253783b57e (diff) | |
download | linux-ded4926aa28992efcb67dd27a642ddf139ac572b.tar.gz linux-ded4926aa28992efcb67dd27a642ddf139ac572b.tar.xz |
Add the seq_file documentation
This is an updated version of the document describing the seq_file
interface.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/00-INDEX')
-rw-r--r-- | Documentation/filesystems/00-INDEX | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index e68021c08fbd..e731196410b3 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX @@ -82,6 +82,8 @@ relay.txt - info on relay, for efficient streaming from kernel to user space. romfs.txt - description of the ROMFS filesystem. +seq_file.txt + - how to use the seq_file API sharedsubtree.txt - a description of shared subtrees for namespaces. smbfs.txt |