svn commit: r325266 - head/sys/kern

Mateusz Guzik mjguzik at gmail.com
Wed Nov 1 08:46:25 UTC 2017


On Wed, Nov 1, 2017 at 9:41 AM, Hans Petter Selasky <hps at selasky.org> wrote:

> 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 ?
>

I don't see why. Worst case some negative entries will be whacked before
someone's
sysctl.conf is being read OR some will live a little bit longer, depending
on which way
the change is made.

That said, feel free to change it if you want.

-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the svn-src-all mailing list