Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2001 02:37:54 -0500 (CDT)
From:      Mike Silbersack <silby@silby.com>
To:        Matt Dillon <dillon@earth.backplane.com>
Cc:        Peter Wemm <peter@wemm.org>, Alfred Perlstein <bright@mu.org>, Mikhail Teterin <mi@aldan.algebra.com>, <des@ofug.org>, <cvs-committers@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG>
Subject:   Re: noatimedir? (Re: cvs commit: src/sys/vm vnode_pager.c) 
Message-ID:  <20011014023425.K36700-100000@achilles.silby.com>
In-Reply-To: <200110140434.f9E4YTj46344@earth.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 13 Oct 2001, Matt Dillon wrote:

>     It does seem like it ought to be a mount option, but then again a
>     sysctl is very simple and won't require us to mess around with the
>     mount structures.  again.
>
>     If you want to part with the patch, I'd like to see what it entails.
>     I suspect it's fairly simple, right?  If so I think it's worth throwing
>     into the system and then adding a section to tuning(7) regarding it.
>
> 						-Matt

An effective way to implement this might be to tune it based on the
sysctl, but enable it only on partitions mounted softupdates or async.  In
either of those cases, you clearly can't count on *any* disk activity
occuring on a predictable basis, so losing perfect accuracy on atimes is
no big deal.  I'd imagine that a setting of 60 seconds would provide
reasonable accuracy while reducing atime updates a *lot*.

Mike "Silby" Silbersack


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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