diff --git a/src/afs/afs_nfsclnt.c b/src/afs/afs_nfsclnt.c index 42725d1dee..fc36d16093 100644 --- a/src/afs/afs_nfsclnt.c +++ b/src/afs/afs_nfsclnt.c @@ -425,7 +425,9 @@ void afs_iauth_unregister() shutdown_nfsclnt() { +#if 0 extern int afs_allnfsreqs, afs_nfscalls; +#endif #if defined(AFS_SGIMP_ENV) osi_Assert(ISAFS_GLOCK()); @@ -436,8 +438,10 @@ shutdown_nfsclnt() { #endif afs_nfsclient_GC(afs_nfsexporter, -1); init_nfsexporter = 0; +#if 0 /* The following are for the nfs/afs server */ afs_allnfsreqs = afs_nfscalls = 0; +#endif } #endif /* AFS_DEC_ENV */ #endif /* AFS_NONFSTRANS */