afs/Documentation/filesystems cachefs.txt,1.3,1.4

dwh at infradead.org dwh at infradead.org
Tue Aug 19 15:37:11 BST 2003


Update of /home/cvs/afs/Documentation/filesystems
In directory phoenix.infradead.org:/tmp/cvs-serv1024/Documentation/filesystems

Modified Files:
	cachefs.txt 
Log Message:
made the CacheFS interface functions always present in cachefs.h, even if
CONFIG_CACHEFS is not set


Index: cachefs.txt
===================================================================
RCS file: /home/cvs/afs/Documentation/filesystems/cachefs.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cachefs.txt	13 Aug 2003 10:05:29 -0000	1.3
+++ cachefs.txt	19 Aug 2003 13:37:08 -0000	1.4
@@ -694,7 +694,7 @@
 Secondly to retrieve if present and BUG if not:
 
 	static inline
-	struct cachefs_page *__cachefs_page_get_private(struct page *page);
+	struct cachefs_page *cachefs_page_grab_private(struct page *page);
 
 To clean up the tokens, the netfs inode hosting the page should be provided
 with address space operations that circumvent the buffer-head operations for a




More information about the linux-afs-cvs mailing list