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:
parent
dfb62a5a22
commit
10b2e06e3e
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user