]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
This patch changes head so that the default NFS client is now the new
authorRick Macklem <rmacklem@FreeBSD.org>
Wed, 27 Apr 2011 17:51:51 +0000 (17:51 +0000)
committerRick Macklem <rmacklem@FreeBSD.org>
Wed, 27 Apr 2011 17:51:51 +0000 (17:51 +0000)
commit4309e17add45d7e8ce0cce845f83c7c9599b8512
treeee19f38f0278c8c957f0412e1d8ee665274c8aa4
parenta011c62e8b30c23d4eeae7b7b6503f8239e13d6e
This patch changes head so that the default NFS client is now the new
NFS client (which I guess is no longer experimental). The fstype "newnfs"
is now "nfs" and the regular/old NFS client is now fstype "oldnfs".
Although mounts via fstype "nfs" will usually work without userland
changes, an updated mount_nfs(8) binary is needed for kernels built with
"options NFSCL" but not "options NFSCLIENT". Updated mount_nfs(8) and
mount(8) binaries are needed to do mounts for fstype "oldnfs".
The GENERIC kernel configs have been changed to use options
NFSCL and NFSD (the new client and server) instead of NFSCLIENT and NFSSERVER.
For kernels being used on diskless NFS root systems, "options NFSCL"
must be in the kernel config.
Discussed on freebsd-fs@.
14 files changed:
UPDATING
sbin/mount/mount.c
sbin/mount_nfs/Makefile
sbin/mount_nfs/mount_nfs.c
sys/amd64/conf/GENERIC
sys/fs/nfsclient/nfs_clvfsops.c
sys/i386/conf/GENERIC
sys/ia64/conf/GENERIC
sys/nfsclient/nfs_vfsops.c
sys/pc98/conf/GENERIC
sys/powerpc/conf/GENERIC
sys/powerpc/conf/GENERIC64
sys/sparc64/conf/GENERIC
sys/sun4v/conf/GENERIC