Switch the default rpc implementation for NFS back to the new code. I believe

I have fixed the reported problems - if you still have trouble with it, please
contact me with as much detail as possible so that I can track down any other
issues as quickly as possible.
This commit is contained in:
Doug Rabson 2008-11-14 11:27:53 +00:00
parent f02bd9eacc
commit 335317d291
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184969
3 changed files with 0 additions and 9 deletions

View File

@ -230,7 +230,6 @@ NFS4CLIENT opt_nfs.h
# legacy RPC implementation instead of the newer KRPC system (which
# supports modern features such as RPCSEC_GSS
NFS_LEGACYRPC opt_nfs.h
NFS_NEWRPC opt_nfs.h
# filesystems and libiconv bridge
CD9660_ICONV opt_dontuse.h

View File

@ -40,10 +40,6 @@
#include "opt_nfs.h"
#endif
#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC)
#define NFS_LEGACYRPC
#endif
#include <nfsclient/nfsargs.h>
/*

View File

@ -40,10 +40,6 @@
#include "opt_nfs.h"
#endif
#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC)
#define NFS_LEGACYRPC
#endif
/*
* Tunable constants for nfs
*/