afs/include/linux cachefs.h,1.15,1.16

dwh at infradead.org dwh at infradead.org
Wed Jul 9 12:39:52 BST 2003


Update of /home/cvs/afs/include/linux
In directory phoenix.infradead.org:/tmp/cvs-serv9636/include/linux

Modified Files:
	cachefs.h 
Log Message:
done some more cleaning up
include index entry data and index definition data in journal entry
made replaying mechanism regenerate transactions that need reapplying
implemented some replaying ops


Index: cachefs.h
===================================================================
RCS file: /home/cvs/afs/include/linux/cachefs.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- cachefs.h	4 Jul 2003 09:04:43 -0000	1.15
+++ cachefs.h	9 Jul 2003 10:39:49 -0000	1.16
@@ -58,6 +58,7 @@
 #define CACHEFS_INDEX_KEYS_ASCIIZ	2
 #define CACHEFS_INDEX_KEYS_IPV4ADDR	3
 #define CACHEFS_INDEX_KEYS_IPV6ADDR	4
+#define CACHEFS_INDEX_KEYS__LAST	CACHEFS_INDEX_KEYS_IPV6ADDR
 
 	/* see if entry matches the specified key
 	 * - the netfs data from the cookie being used as the target is presented




More information about the linux-afs-cvs mailing list