svn commit: r325266 - head/sys/kern

Hans Petter Selasky hps at selasky.org
Wed Nov 1 08:44:17 UTC 2017


On 11/01/17 07:45, Mateusz Guzik wrote:
> +static u_long __read_mostly	ncnegfactor = 12; /* ratio of negative entries */
>   SYSCTL_ULONG(_vfs, OID_AUTO, ncnegfactor, CTLFLAG_RW, &ncnegfactor, 0,
>       "Ratio of negative namecache entries");

Should this SYSCTL entry use CTLFLAG_RWTUN ?

--HPS


More information about the svn-src-head mailing list