]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298587.002912:2,
Import notmuch_0.27.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298587.002912:2,
1 From: Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
2 Subject: Re: [RFC][PATCH 06/10] cifs: define inode-level cache object and
3  register them
4 Date: Fri, 25 Jun 2010 18:20:14 +0530
5 Lines: 24
6 Message-ID: <4C24A606.5040001@suse.de>
7 References: <1277220214-3597-1-git-send-email-sjayaraman@suse.de> <yes> <9822.1277312573@redhat.com>
8 Mime-Version: 1.0
9 Content-Type: text/plain; charset=UTF-8
10 Content-Transfer-Encoding: 7bit
11 Cc: Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>, linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
12         linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
13 To: David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
14 X-From: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Fri Jun 25 14:50:26 2010
15 Return-path: <linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
16 Envelope-to: glkc-linux-cifs-1dZseelyfdZg9hUCZPvPmw@public.gmane.org
17 Received: from vger.kernel.org ([209.132.180.67])
18         by lo.gmane.org with esmtp (Exim 4.69)
19         (envelope-from <linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>)
20         id 1OS8MR-0007EU-OS
21         for glkc-linux-cifs-1dZseelyfdZg9hUCZPvPmw@public.gmane.org; Fri, 25 Jun 2010 14:50:24 +0200
22 Received: (majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org) by vger.kernel.org via listexpand
23         id S1754607Ab0FYMuX (ORCPT <rfc822;glkc-linux-cifs@m.gmane.org>);
24         Fri, 25 Jun 2010 08:50:23 -0400
25 Received: from cantor2.suse.de ([195.135.220.15]:38716 "EHLO mx2.suse.de"
26         rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
27         id S1753675Ab0FYMuW (ORCPT <rfc822;linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>);
28         Fri, 25 Jun 2010 08:50:22 -0400
29 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2])
30         by mx2.suse.de (Postfix) with ESMTP id B05E686A2E;
31         Fri, 25 Jun 2010 14:50:21 +0200 (CEST)
32 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0
33 In-Reply-To: <9822.1277312573-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
34 Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
35 Precedence: bulk
36 List-ID: <linux-cifs.vger.kernel.org>
37 X-Mailing-List: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
38 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1002946>
39
40 On 06/23/2010 10:32 PM, David Howells wrote:
41 > Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org> wrote:
42
43 >> Define inode-level data storage objects (managed by cifsInodeInfo structs).
44 >> Each inode-level object is created in a super-block level object and is
45 >> itself a data storage object in to which pages from the inode are stored.
46 >>
47 >> The inode object is keyed by UniqueId. The coherency data being used is
48 >> LastWriteTime and the file size.
49
50 > Isn't there a file creation time too?
51
52 I think the creation time is currently being ignored as we won't be able
53 to accomodate in POSIX stat struct.
54
55 > I take it you don't support caching on files that are open for writing at this
56 > time?
57
58
59 Yes.
60
61
62 -- 
63 Suresh Jayaraman
64
65