]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
nfs: move more to Documentation/filesystems/nfs
authorJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 6 Nov 2009 18:59:43 +0000 (13:59 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 6 Nov 2009 19:01:02 +0000 (14:01 -0500)
Oops: I missed two files in the first commit that created this
directory.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Documentation/filesystems/00-INDEX
Documentation/filesystems/nfs/00-INDEX
Documentation/filesystems/nfs/knfsd-stats.txt [moved from Documentation/filesystems/knfsd-stats.txt with 100% similarity]
Documentation/filesystems/nfs/rpc-cache.txt [moved from Documentation/filesystems/rpc-cache.txt with 100% similarity]

index 482151c883a59214c36698057365b85bb74896b8..658154f52557f1d22fb7e3513808dbc3e6248b92 100644 (file)
@@ -84,8 +84,6 @@ relay.txt
        - info on relay, for efficient streaming from kernel to user space.
 romfs.txt
        - description of the ROMFS filesystem.
-rpc-cache.txt
-       - introduction to the caching mechanisms in the sunrpc layer.
 seq_file.txt
        - how to use the seq_file API
 sharedsubtree.txt
index 6ff3d212027b360a017adaae3ccb9077ee766c0f..2f68cd68876957530b6b7fbbcb23be9f85a623df 100644 (file)
@@ -2,6 +2,8 @@
        - this file (nfs-related documentation).
 Exporting
        - explanation of how to make filesystems exportable.
+knfsd-stats.txt
+       - statistics which the NFS server makes available to user space.
 nfs.txt
        - nfs client, and DNS resolution for fs_locations.
 nfs41-server.txt
@@ -10,3 +12,5 @@ nfs-rdma.txt
        - how to install and setup the Linux NFS/RDMA client and server software
 nfsroot.txt
        - short guide on setting up a diskless box with NFS root filesystem.
+rpc-cache.txt
+       - introduction to the caching mechanisms in the sunrpc layer.