summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2015-11-30 23:37:09 +0000
committerrmacklem <rmacklem@FreeBSD.org>2015-11-30 23:37:09 +0000
commit8d3825522e311791e40018053e4649457c70ee52 (patch)
tree773167f42df60a63d05c8b6a0d7e76318e676225 /sys/fs
parent06c0929b91cd4121b8acee98dcf1245a3e5ba248 (diff)
downloadFreeBSD-src-8d3825522e311791e40018053e4649457c70ee52.zip
FreeBSD-src-8d3825522e311791e40018053e4649457c70ee52.tar.gz
Delete the TUNABLE_INT() line. It was in r291527 so that it could be
MFC'd to stable/10 and still work.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/nfs/nfs_commonport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c
index a4a4b7b..1ac376c 100644
--- a/sys/fs/nfs/nfs_commonport.c
+++ b/sys/fs/nfs/nfs_commonport.c
@@ -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");
OpenPOWER on IntegriCloud