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");
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to