Date: Sun, 12 Mar 2017 12:05:28 -0600 From: Ian Lepore <ian@freebsd.org> To: Benjamin Kaduk <bjkfbsd@gmail.com> Cc: "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org> Subject: Re: svn commit: r315165 - head/sys/kern Message-ID: <1489341928.40576.89.camel@freebsd.org> In-Reply-To: <CAJ5_RoDMUD1m-NqQN=DGZk5Mb1f%2B%2BBiKNj9apxc-nN%2BwyqhK8g@mail.gmail.com> References: <201703121743.v2CHhk7c072603@repo.freebsd.org> <CAJ5_RoDMUD1m-NqQN=DGZk5Mb1f%2B%2BBiKNj9apxc-nN%2BwyqhK8g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2017-03-12 at 12:45 -0500, Benjamin Kaduk wrote: > On Sun, Mar 12, 2017 at 12:43 PM, Ian Lepore <ian@freebsd.org> wrote: > > > > > Author: ian > > Date: Sun Mar 12 17:43:45 2017 > > New Revision: 315165 > > URL: https://svnweb.freebsd.org/changeset/base/315165 > > > > Log: > > Correct the abbreviations for microseconds (us, not ms), and for > > Hz (not > > HZ). > > > > Modified: > > head/sys/kern/vfs_subr.c > > > > Modified: head/sys/kern/vfs_subr.c > > ============================================================ > > ================== > > --- head/sys/kern/vfs_subr.c Sun Mar 12 17:41:51 > > 2017 (r315164) > > +++ head/sys/kern/vfs_subr.c Sun Mar 12 17:43:45 > > 2017 (r315165) > > @@ -767,7 +767,7 @@ enum { TSP_SEC, TSP_HZ, TSP_USEC, TSP_NS > > static int timestamp_precision = TSP_USEC; > > SYSCTL_INT(_vfs, OID_AUTO, timestamp_precision, CTLFLAG_RW, > > ×tamp_precision, 0, "File timestamp precision (0: > > seconds, " > > - "1: sec + ns accurate to 1/HZ, 2: sec + ns truncated to ms, " > > + "1: sec + ns accurate to 1/Hz, 2: sec + ns truncated to us, " > > > HZ looks like the kernel configuration parameter here, not the unit. > > -Ben > > > > > > "3+: sec + ns (max. precision))"); > > > > /* > > _______________________________________________ Doh! Now that you mention it, I'm sure you're right. -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1489341928.40576.89.camel>