[OpenAFS-devel] OpenAFS 1.3.83, Unknown symbol rxkad_stats

Andrej Filipcic andrej.filipcic@ijs.si
Thu, 02 Jun 2005 19:15:50 +0200


Great, it works!
I will do few more tests to see if everything works as it should...

Cheers,
Andrej

chas williams - CONTRACTOR wrote:

>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 */
>  
>