From e804650995fdd17b152cbf0209b7707ba1253f17 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Sat, 14 Sep 2002 00:53:36 +0000 Subject: [PATCH] STABLE12-nfs-trans-comment-unused-variables-20020913 make solaris xlator module load (cherry picked from commit abe77a507ad6c7185b38b9948d58edcf58568db3) --- src/afs/afs_nfsclnt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/afs/afs_nfsclnt.c b/src/afs/afs_nfsclnt.c index 21f404238..560e47f41 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 */ -- 2.39.5