From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH v3] relatime: Make relatime smarter Date: Fri, 28 Nov 2008 11:16:30 +0000 Message-ID: <20081128111630.GG6138@shareable.org> References: <20081126195457.GA3541@srcf.ucam.org> <20081126195824.GB3541@srcf.ucam.org> <492DD035.5020705@oracle.com> <20081127150126.GA20941@srcf.ucam.org> <20081127150341.GB20941@srcf.ucam.org> <20081127163535.775729bf@lxorguk.ukuu.org.uk> <20081127164754.GC22963@srcf.ucam.org> <20081127165929.GA23366@srcf.ucam.org> <20081127191547.7c9cf6d2@lxorguk.ukuu.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Matthew Garrett , Randy Dunlap , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, mingo@redhat.com, val.henson@gmail.com, matthew@wil.cx To: Alan Cox Return-path: Received: from mail2.shareable.org ([80.68.89.115]:41768 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750946AbYK1LQg (ORCPT ); Fri, 28 Nov 2008 06:16:36 -0500 Content-Disposition: inline In-Reply-To: <20081127191547.7c9cf6d2@lxorguk.ukuu.org.uk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Alan Cox wrote: > > + relatime_interval= > > + [FS] relative atime update frequency, in seconds. > > + (default: 1 day: 86400 seconds) > > What about leap seconds ;) More generally - is the relatime_interval in "monotonic" seconds, or in gettimeofday seconds which are changed by clock updates? -- Jamie