On Wed, Nov 1, 2017 at 9:41 AM, Hans Petter Selasky <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
