[OpenAFS-devel] OpenAFS 1.3.83, Unknown symbol rxkad_stats

chas williams - CONTRACTOR chas@cmf.nrl.navy.mil
Thu, 02 Jun 2005 12:31:15 -0400


can you try this patch and let me know if it makes things better?
i dont quite understand the changes made for the split dcache
implementation but looks like the initial phase was assigned
incorrectly?

Index: src/afs/afs_dcache.c
===================================================================
RCS file: /cvs/openafs/src/afs/afs_dcache.c,v
retrieving revision 1.56
diff -u -u -r1.56 afs_dcache.c
--- src/afs/afs_dcache.c	30 May 2005 03:57:02 -0000	1.56
+++ src/afs/afs_dcache.c	2 Jun 2005 16:27:53 -0000
@@ -538,11 +540,9 @@
      * Set to 2, we reclaim any inactive one.
      * Set to 3, we reclaim even active ones.
      */
-    if (splitdcache) {
-	phase = 0;
-    } else {
+    phase = 0;
+    if (splitdcache)
 	phase = 4;
-    }
 
     for (i = 0; i < afs_cacheFiles; i++)
 	/* turn off all flags */