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:
parent
f02bd9eacc
commit
335317d291
@ -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
|
||||
|
@ -40,10 +40,6 @@
|
||||
#include "opt_nfs.h"
|
||||
#endif
|
||||
|
||||
#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC)
|
||||
#define NFS_LEGACYRPC
|
||||
#endif
|
||||
|
||||
#include <nfsclient/nfsargs.h>
|
||||
|
||||
/*
|
||||
|
@ -40,10 +40,6 @@
|
||||
#include "opt_nfs.h"
|
||||
#endif
|
||||
|
||||
#if !defined(NFS_NEWRPC) && !defined(NFS_LEGACYRPC)
|
||||
#define NFS_LEGACYRPC
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Tunable constants for nfs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user