Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2015 23:00:09 +1100
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        Xin LI <delphij@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r280308 - head/sys/fs/devfs
Message-ID:  <550D5D49.6020503@FreeBSD.org>
In-Reply-To: <201503210114.t2L1ECcB075556@svn.freebsd.org>
References:  <201503210114.t2L1ECcB075556@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 21/03/2015 12:14 PM, Xin LI wrote:
> Author: delphij
> Date: Sat Mar 21 01:14:11 2015
> New Revision: 280308
> URL: https://svnweb.freebsd.org/changeset/base/280308
> 
> Log:
>   Disable timestamping on devfs read/write operations by default.
>   
>   Currently we update timestamps unconditionally when doing read or
>   write operations.  This may slow things down on hardware where
>   reading timestamps is expensive (e.g. HPET, because of the default
>   vfs.timestamp_precision setting is nanosecond now) with limited
>   benefit.
>   
>   A new sysctl variable, vfs.devfs.dotimes is added, which can be
>   set to non-zero value when the old behavior is desirable.

Perhaps *devfs_timestamp_update* is a better name. thoughts?

If something shorter is desired: devfs_ts_update might be ok, though I
prefer the former.

Let's not forget these are user visible system control knobs, not just
code variables, though I do understand the desire to shorten them, and
that we do have descriptions for them ... mostly :)

koobs



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