Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jan 2012 18:46:03 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r229861 - stable/8/sys/fs/nfsserver
Message-ID:  <201201091846.q09Ik3eo053098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Jan  9 18:46:03 2012
New Revision: 229861
URL: http://svn.freebsd.org/changeset/base/229861

Log:
  The sysctls for the new NFS server on stable/8 live under vfs.newnfs
  rather than vfs.nfsd.

Modified:
  stable/8/sys/fs/nfsserver/nfs_nfsdsubs.c

Modified: stable/8/sys/fs/nfsserver/nfs_nfsdsubs.c
==============================================================================
--- stable/8/sys/fs/nfsserver/nfs_nfsdsubs.c	Mon Jan  9 18:33:54 2012	(r229860)
+++ stable/8/sys/fs/nfsserver/nfs_nfsdsubs.c	Mon Jan  9 18:46:03 2012	(r229861)
@@ -56,10 +56,10 @@ static nfstype newnfsv2_type[9] = { NFNO
 extern nfstype nfsv34_type[9];
 #endif	/* !APPLEKEXT */
 
-SYSCTL_DECL(_vfs_nfsd);
+SYSCTL_DECL(_vfs_newnfs);
 
 static int	disable_checkutf8 = 0;
-SYSCTL_INT(_vfs_nfsd, OID_AUTO, disable_checkutf8, CTLFLAG_RW,
+SYSCTL_INT(_vfs_newnfs, OID_AUTO, disable_checkutf8, CTLFLAG_RW,
     &disable_checkutf8, 0,
     "Disable the NFSv4 check for a UTF8 compliant name");
 



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