[805] in testers
AFS: VAX clock skew problem
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sun May 20 14:31:36 1990
Date: Sun, 20 May 90 14:31:03 -0400
To: testers@ATHENA.MIT.EDU, bug-afs@ATHENA.MIT.EDU
From: Richard Basch <probe@MIT.EDU>
... still tracking it down... at this point, I know the line that is
causing the breakage, but I don't know why.
In afs_cache.c, change:
tvc->flushDV = 0;
to:
tvc->flushDV = AFS_MAXDV;
in order to correct the problem.
(this is the reverse of Transarc's change that seems to have caused the
problem to start occurring... now the question is why, and what are the
side-effects of this change).
-Richard