svn commit: r229861 - stable/8/sys/fs/nfsserver

Rick Macklem rmacklem at uoguelph.ca
Tue Jan 10 02:04:14 UTC 2012


Thanks John. Sorry about that. Pointy hat goes on me.

rick
ps: I probably shouldn't have merged in into stable/8, but
    since you've fixed it, it might as well stay there.

----- Original Message -----
> 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");


More information about the svn-src-all mailing list