From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6] Date: Sat, 31 Jul 2010 17:53:32 +0100 Message-ID: <3533.1280595212@redhat.com> References: <1280524978.2452.9.camel@segv.aura.of.mankind> <20100715021709.5544.64506.stgit@warthog.procyon.org.uk> <20100715021712.5544.44845.stgit@warthog.procyon.org.uk> <30448.1279800887@redhat.com> Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, Linus Torvalds , Jeremy Allison , Volker.Lendecke-3ekOc4rQMZmzQB+pC5nmwQ@public.gmane.org, Jan Engelhardt , linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, samba-technical-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, viro-RmSDqhL/yNMiFSDQTTA3OLVCufUGDwFn@public.gmane.org, linux-fsde-kxMDh+IBDuj1P9xLtpHBDw@public.gmane.org To: utz lehmann Return-path: In-Reply-To: <1280524978.2452.9.camel-mrvVnycP54q9CgvvYfeeSAlEImK53Lvc@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-cifs.vger.kernel.org utz lehmann wrote: > When abusing an existing time stamp use atime not ctime please. > ctime has it's uses. atime was just a mistake and is nearly useless. CacheFiles currently uses atime to determine least-recently-usedness. David -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:45031 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754125Ab0GaQyF (ORCPT ); Sat, 31 Jul 2010 12:54:05 -0400 From: David Howells In-Reply-To: <1280524978.2452.9.camel@segv.aura.of.mankind> References: <1280524978.2452.9.camel@segv.aura.of.mankind> <20100715021709.5544.64506.stgit@warthog.procyon.org.uk> <20100715021712.5544.44845.stgit@warthog.procyon.org.uk> <30448.1279800887@redhat.com> To: utz lehmann Cc: dhowells@redhat.com, Linus Torvalds , Jeremy Allison , Volker.Lendecke@sernet.de, Jan Engelhardt , linux-cifs@vger.kernel.org, linux-nfs@vger.kernel.org, samba-technical@lists.samba.org, linux-kernel@vger.kernel.org, viro@zeniv.linux.org.uk, linux-fsde@jasper.es Subject: Re: [PATCH 02/18] xstat: Add a pair of system calls to make extended file stats available [ver #6] Date: Sat, 31 Jul 2010 17:53:32 +0100 Message-ID: <3533.1280595212@redhat.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: Content-Type: text/plain MIME-Version: 1.0 utz lehmann wrote: > When abusing an existing time stamp use atime not ctime please. > ctime has it's uses. atime was just a mistake and is nearly useless. CacheFiles currently uses atime to determine least-recently-usedness. David