freebsd-skq/sys/fs/nfsclient
rmacklem d433ae6182 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
2011-04-25 13:09:32 +00:00
..
nfs_clbio.c Remove the nm_mtx mutex locking from the test for 2011-04-21 19:56:06 +00:00
nfs_clcomsubs.c This patch fixes the Experimental NFS client to properly deal with 32 bit or 64 2011-03-30 01:10:11 +00:00
nfs_clkrpc.c Add the SVC_RELEASE(xprt), as required by r194407. 2009-06-17 22:55:59 +00:00
nfs_clnfsiod.c Change the experimental NFS client so that it creates nfsiod 2011-04-15 23:07:48 +00:00
nfs_clnode.c Add a lktype flags argument to nfscl_nget() and ncl_nget() in the 2011-04-16 23:20:21 +00:00
nfs_clport.c Revert r220906, since the vp isn't always locked when 2011-04-21 12:38:12 +00:00
nfs_clrpcops.c Modify the offset + size checks for read and write in the 2011-04-20 00:21:51 +00:00
nfs_clstate.c Revert r220761 since, as kib@ pointed out, the case of 2011-04-18 23:35:16 +00:00
nfs_clsubs.c Change the experimental NFS client so that it creates nfsiod 2011-04-15 23:07:48 +00:00
nfs_clvfsops.c Modify the experimental NFS client so that it uses the same 2011-04-25 13:09:32 +00:00
nfs_clvnops.c Add a vput() to nfs_lookitup() in the experimental NFS client 2011-04-18 01:02:43 +00:00
nfs.h Change the experimental NFS client so that it creates nfsiod 2011-04-15 23:07:48 +00:00
nfsdiskless.h
nfsmount.h Fix the nlm so that it no longer depends on the regular 2011-01-03 20:37:31 +00:00
nfsnode.h Add a lktype flags argument to nfscl_nget() and ncl_nget() in the 2011-04-16 23:20:21 +00:00
nlminfo.h