From: J. Bruce Fields Date: Mon, 7 Apr 2008 19:59:04 +0000 (-0400) Subject: Documentation: move rpc-cache.txt to filesystems/ X-Git-Tag: v2.6.25-rc9~1^2~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=8bcd1cc293f4e76edbfd8f422770c80a018b82d9;p=linux-2.6-omap-h63xx.git Documentation: move rpc-cache.txt to filesystems/ This file is nfs-related. (Maybe Documentation/filesystems/ would benefit from a separate nfs/ directory at some point.) Signed-off-by: J. Bruce Fields Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 08a39cdb27f..e8fb2467196 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX @@ -319,8 +319,6 @@ robust-futexes.txt - a description of what robust futexes are. rocket.txt - info on the Comtrol RocketPort multiport serial driver. -rpc-cache.txt - - introduction to the caching mechanisms in the sunrpc layer. rt-mutex-design.txt - description of the RealTime mutex implementation design. rt-mutex.txt diff --git a/Documentation/filesystems/00-INDEX b/Documentation/filesystems/00-INDEX index 2ec174c992f..52cd611277a 100644 --- a/Documentation/filesystems/00-INDEX +++ b/Documentation/filesystems/00-INDEX @@ -84,6 +84,8 @@ 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 diff --git a/Documentation/rpc-cache.txt b/Documentation/filesystems/rpc-cache.txt similarity index 100% rename from Documentation/rpc-cache.txt rename to Documentation/filesystems/rpc-cache.txt