Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 23:37:10 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291544 - head/sys/fs/nfs
Message-ID:  <201511302337.tAUNbAKs007794@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Mon Nov 30 23:37:09 2015
New Revision: 291544
URL: https://svnweb.freebsd.org/changeset/base/291544

Log:
  Delete the TUNABLE_INT() line. It was in r291527 so that it could be
  MFC'd to stable/10 and still work.

Modified:
  head/sys/fs/nfs/nfs_commonport.c

Modified: head/sys/fs/nfs/nfs_commonport.c
==============================================================================
--- head/sys/fs/nfs/nfs_commonport.c	Mon Nov 30 23:00:22 2015	(r291543)
+++ head/sys/fs/nfs/nfs_commonport.c	Mon Nov 30 23:37:09 2015	(r291544)
@@ -80,7 +80,6 @@ SYSCTL_STRING(_vfs_nfs, OID_AUTO, callba
     "NFSv4 callback addr for server to use");
 SYSCTL_INT(_vfs_nfs, OID_AUTO, debuglevel, CTLFLAG_RW, &nfscl_debuglevel,
     0, "Debug level for NFS client");
-TUNABLE_INT("vfs.nfs.userhashsize", &nfsrv_lughashsize);
 SYSCTL_INT(_vfs_nfs, OID_AUTO, userhashsize, CTLFLAG_RDTUN, &nfsrv_lughashsize,
     0, "Size of hash tables for uid/name mapping");
 



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