Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934967AbdC3UNw (ORCPT ); Thu, 30 Mar 2017 16:13:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46610 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933493AbdC3UNu (ORCPT ); Thu, 30 Mar 2017 16:13:50 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 97E18675 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 97E18675 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <22214.1490895007@warthog.procyon.org.uk> <23410.1490902528@warthog.procyon.org.uk> To: Linus Torvalds Cc: dhowells@redhat.com, Thomas Gleixner , John Stultz , Linux Kernel Mailing List , linux-fsdevel Subject: Re: Apparent backward time travel in timestamps on file creation MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <23901.1490904827.1@warthog.procyon.org.uk> Date: Thu, 30 Mar 2017 21:13:47 +0100 Message-ID: <23902.1490904827@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 30 Mar 2017 20:13:49 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 394 Lines: 11 Linus Torvalds wrote: > The error bar can be huge, for the simple reason that the filesystem > you are testing may not be sharing a clock with the CPU at _all_. > > IOW, think network filesystems. Can't I just not do the tests when the filesystem is a network fs? I don't think it should be a problem for disk filesystems on network-attached storage. David