From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: Proposal: Use hi-res clock for file timestamps Date: Wed, 18 Aug 2010 20:53:54 +0200 Message-ID: <20100818185354.GB6567@basil.fritz.box> References: <87aaolwar8.fsf@basil.nowhere.org> <20100817174134.GA23176@fieldses.org> <20100817182920.GD18161@basil.fritz.box> <1282155658.13405.36.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andi Kleen , "J. Bruce Fields" , "Patrick J. LoPresti" , linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, linux-kernel To: David Woodhouse Return-path: Content-Disposition: inline In-Reply-To: <1282155658.13405.36.camel@localhost> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Wed, Aug 18, 2010 at 07:20:58PM +0100, David Woodhouse wrote: > On Tue, 2010-08-17 at 20:29 +0200, Andi Kleen wrote: > > > > > - Increment mtime by a nanosecond when necessary. > > > > You cannot be more precise than the backing file system: this causes > > non monotonity when the inodes are flushed (has happened in the past) > > Um, can't you? You can't *store* timestamps which are more precise, but > they can be in cache can't they? No you can't. The initial implementation did that and it broke someone's make. After that the VFS was fixed to never be precise than the backing file system. -Andi