Remove sysctl debug.ncnegfactor, it is renamed to vfs.ncnegfactor.

MFC:	do not
This commit is contained in:
Konstantin Belousov 2010-10-30 14:08:26 +00:00
parent d0b2f7efb7
commit 3a40a00d56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214556

View File

@ -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 */