mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor.
MFC: do not
This commit is contained in:
parent
d0b2f7efb7
commit
3a40a00d56
1 changed files with 0 additions and 2 deletions
|
|
@ -129,8 +129,6 @@ static u_long nchash; /* size of hash table */
|
|||
SYSCTL_ULONG(_debug, OID_AUTO, nchash, CTLFLAG_RD, &nchash, 0,
|
||||
"Size of namecache hash table");
|
||||
static u_long ncnegfactor = 16; /* ratio of negative entries */
|
||||
/* _debug sysctl left for backward compatibility */
|
||||
SYSCTL_ULONG(_debug, OID_AUTO, ncnegfactor, CTLFLAG_RW, &ncnegfactor, 0, "");
|
||||
SYSCTL_ULONG(_vfs, OID_AUTO, ncnegfactor, CTLFLAG_RW, &ncnegfactor, 0,
|
||||
"Ratio of negative namecache entries");
|
||||
static u_long numneg; /* number of negative entries allocated */
|
||||
|
|
|
|||
Loading…
Reference in a new issue