From owner-svn-src-head@freebsd.org Wed Nov 1 08:44:17 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8998E4D8B8; Wed, 1 Nov 2017 08:44:17 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1523CFF; Wed, 1 Nov 2017 08:44:17 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.128.70]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id C642B260100; Wed, 1 Nov 2017 09:44:08 +0100 (CET) Subject: Re: svn commit: r325266 - head/sys/kern To: Mateusz Guzik , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201711010645.vA16jf0E054903@repo.freebsd.org> From: Hans Petter Selasky Message-ID: <2c922b9b-cd6b-bb9a-00b8-97c137362769@selasky.org> Date: Wed, 1 Nov 2017 09:41:29 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <201711010645.vA16jf0E054903@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 08:44:17 -0000 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