*** amd/afs_ops.c.orig Tue Jan 3 17:38:36 1995 --- amd/afs_ops.c Thu Jan 26 15:21:29 1995 *************** *** 267,272 **** --- 267,282 ---- nfs_args.acregmin = nfs_args.acregmax = 1; nfs_args.flags |= NFSMNT_ACREGMIN|NFSMNT_ACREGMAX; #endif /* defined(NFSMNT_ACREGMIN) && defined(NFSMNT_ACREGMAX) */ + + #ifdef NFSMNT_SYMTTL + /* + * Don't let the kernel cache sybolicc links we generate, + * or else our timeout mechanism will be defeated. + */ + nfs_args.flags |= NFSMNT_SYMTTL; + nfs_args.symttl = 0; + #endif /* NFSMNT_SYMTTL */ + /* * These two are constructed internally by the calling routine */