diff options
author | rmacklem <rmacklem@FreeBSD.org> | 2011-04-25 13:09:32 +0000 |
---|---|---|
committer | rmacklem <rmacklem@FreeBSD.org> | 2011-04-25 13:09:32 +0000 |
commit | d433ae61826543535768a4597633e6b80d706a33 (patch) | |
tree | b7c3e6edd6d679b124eb75e9b9006bcd6e498a7d /sys/fs/nfs/nfsport.h | |
parent | 6746164952745889f6c7578654db9462f89e4d3c (diff) | |
download | FreeBSD-src-d433ae61826543535768a4597633e6b80d706a33.zip FreeBSD-src-d433ae61826543535768a4597633e6b80d706a33.tar.gz |
Modify the experimental NFS client so that it uses the same
"struct nfs_args" as the regular NFS client. This is needed
so that the old mount(2) syscall will work and it makes
sharing of the diskless NFS root code easier. Eary in the
porting exercise I introduced a new revision of nfs_args, but
didn't actually need it, thanks to nmount(2). I re-introduced the
NFSMNT_KERB flag, since it does essentially the same thing and
the old one would not have been used because it never worked.
I also added a few new NFSMNT_xxx flags to sys/nfsclient/nfs_args.h
that are used by the experimental NFS client.
MFC after: 2 weeks
Diffstat (limited to 'sys/fs/nfs/nfsport.h')
-rw-r--r-- | sys/fs/nfs/nfsport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfsport.h b/sys/fs/nfs/nfsport.h index f061089..c21482d 100644 --- a/sys/fs/nfs/nfsport.h +++ b/sys/fs/nfs/nfsport.h @@ -372,7 +372,7 @@ struct ext_nfsstats { #include <fs/nfs/xdr_subs.h> #include <fs/nfs/nfscl.h> #include <fs/nfs/nfsclstate.h> -#include <fs/nfsclient/nfsargs.h> +#include <nfsclient/nfsargs.h> #include <fs/nfsclient/nfsmount.h> /* |