nfs-trans-comment-unused-variables-20020913

make solaris xlator module load
This commit is contained in:
Derrick Brashear 2002-09-14 00:52:57 +00:00
parent 33ada3676c
commit abe77a507a

View File

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