Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2011 17:51:51 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src UPDATING src/sbin/mount mount.c src/sbin/mount_nfs Makefile mount_nfs.c src/sys/amd64/conf GENERIC src/sys/fs/nfsclient nfs_clvfsops.c src/sys/i386/conf GENERIC src/sys/ia64/conf GENERIC src/sys/nfsclient nfs_vfsops.c ...
Message-ID:  <201104271753.p3RHrbsp085371@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-27 17:51:51 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
    sbin/mount           mount.c 
    sbin/mount_nfs       Makefile 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 GENERIC64 
    sys/sparc64/conf     GENERIC 
    sys/sun4v/conf       GENERIC 
  Log:
  SVN rev 221124 on 2011-04-27 17:51:51Z by rmacklem
  
  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@.
  
  Revision  Changes    Path
  1.690     +18 -0     src/UPDATING
  1.112     +2 -2      src/sbin/mount/mount.c
  1.19      +1 -1      src/sbin/mount_nfs/Makefile
  1.96      +4 -8      src/sbin/mount_nfs/mount_nfs.c
  1.558     +2 -2      src/sys/amd64/conf/GENERIC
  1.25      +1 -1      src/sys/fs/nfsclient/nfs_clvfsops.c
  1.543     +2 -2      src/sys/i386/conf/GENERIC
  1.120     +2 -2      src/sys/ia64/conf/GENERIC
  1.244     +1 -1      src/sys/nfsclient/nfs_vfsops.c
  1.339     +2 -2      src/sys/pc98/conf/GENERIC
  1.112     +2 -2      src/sys/powerpc/conf/GENERIC
  1.10      +2 -2      src/sys/powerpc/conf/GENERIC64
  1.176     +2 -2      src/sys/sparc64/conf/GENERIC
  1.42      +2 -2      src/sys/sun4v/conf/GENERIC



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104271753.p3RHrbsp085371>