Delete the TUNABLE_INT() line. It was in r291527 so that it could be

MFC'd to stable/10 and still work.
This commit is contained in:
Rick Macklem 2015-11-30 23:37:09 +00:00
parent dfb62a5a22
commit 10b2e06e3e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291544

View File

@ -80,7 +80,6 @@ SYSCTL_STRING(_vfs_nfs, OID_AUTO, callback_addr, CTLFLAG_RW,
"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");