mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
nfs-trans-comment-unused-variables-20020913
make solaris xlator module load
This commit is contained in:
parent
33ada3676c
commit
abe77a507a
@ -425,7 +425,9 @@ void afs_iauth_unregister()
|
|||||||
|
|
||||||
|
|
||||||
shutdown_nfsclnt() {
|
shutdown_nfsclnt() {
|
||||||
|
#if 0
|
||||||
extern int afs_allnfsreqs, afs_nfscalls;
|
extern int afs_allnfsreqs, afs_nfscalls;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(AFS_SGIMP_ENV)
|
#if defined(AFS_SGIMP_ENV)
|
||||||
osi_Assert(ISAFS_GLOCK());
|
osi_Assert(ISAFS_GLOCK());
|
||||||
@ -436,8 +438,10 @@ shutdown_nfsclnt() {
|
|||||||
#endif
|
#endif
|
||||||
afs_nfsclient_GC(afs_nfsexporter, -1);
|
afs_nfsclient_GC(afs_nfsexporter, -1);
|
||||||
init_nfsexporter = 0;
|
init_nfsexporter = 0;
|
||||||
|
#if 0
|
||||||
/* The following are for the nfs/afs server */
|
/* The following are for the nfs/afs server */
|
||||||
afs_allnfsreqs = afs_nfscalls = 0;
|
afs_allnfsreqs = afs_nfscalls = 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
#endif /* AFS_DEC_ENV */
|
#endif /* AFS_DEC_ENV */
|
||||||
#endif /* AFS_NONFSTRANS */
|
#endif /* AFS_NONFSTRANS */
|
||||||
|
Loading…
Reference in New Issue
Block a user