Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2015 11:09:36 -0800
From:      Kirk McKusick <mckusick@mckusick.com>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        fs@freebsd.org
Subject:   Re: an easy (?) question on namecache sizing
Message-ID:  <201511061909.tA6J9aqJ091368@chez.mckusick.com>
In-Reply-To: <20151106185053.GS2257@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Fri, 6 Nov 2015 20:50:53 +0200
> From: Konstantin Belousov <kostikbel@gmail.com>
> To: Kirk McKusick <mckusick@mckusick.com>
> Subject: Re: an easy (?) question on namecache sizing
> Cc: fs@freebsd.org
> 
>>> I think wantfreevnodes should be set before the cache size changes when
>>> desiredvnodes is decreased, but kept at the place in your patch for the
>>> increasing case.
>> 
>> What is the benefit of waiting until after the caches are resized
>> for setting wantfreevnodes when desiredvnodes is increasing? It
>> seems like it just complicates the code to conditionally do the
>> update in two places, so I am inclined to just do it at the beginning
>> as there is good reason for doing it there when downsizing and for
>> the upsizing it does not really matter much.
> 
> With upsizing, if wantfreevnodes are set before desiredvnodes are
> increased, you can again get into the contradictory state, where
> the wantfreevnodes is larger than desiredvnodes.

Setting wantfreevnodes before adjusting the cache sizes always has
first set desiredvnodes. Waiting to set wantfreevnodes until after
the caches have been resized has no effect on desiredvnodes. It is
just less efficient to find them when desiredvnodes is rising.

	Kirk McKusick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511061909.tA6J9aqJ091368>