]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298587.003318:2,
Import notmuch_0.27.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298587.003318:2,
1 From: Christoph Hellwig <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>
2 Subject: Re: [RFC][PATCH 06/10] cifs: define inode-level cache object and
3  register them
4 Date: Sun, 27 Jun 2010 14:22:29 -0400
5 Lines: 9
6 Message-ID: <20100627182229.GA492@infradead.org>
7 References: <20100625125306.7f9b1966@tlielax.poochiereds.net>
8  <4C24A606.5040001@suse.de>
9  <1277220214-3597-1-git-send-email-sjayaraman@suse.de>
10  <9822.1277312573@redhat.com>
11  <22697.1277470549@redhat.com>
12  <18628.1277502398@redhat.com>
13  <20100625182651.36800d06@tlielax.poochiereds.net>
14  <AANLkTilOTrHLvLv4XWYZO6xCnYZgYT7gO2M-oKZ6VvqM@mail.gmail.com>
15  <OFB55E8EC7.E8DD23D5-ON8725774E.0004921E-8825774E.0004CC31@us.ibm.com>
16  <871vbscpce.fsf@linux.vnet.ibm.com>
17 Mime-Version: 1.0
18 Content-Type: text/plain; charset=us-ascii
19 Cc: Mingming Cao <mcao-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>, Steve French <smfrench-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
20         DENIEL Philippe <philippe.deniel-KCE40YydGKI@public.gmane.org>,
21         David Howells <dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
22         Jeff Layton <jlayton-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
23         Jeff Layton <jlayton-eUNUBHrolfbYtjvyW6yDsg@public.gmane.org>, linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
24         linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
25         samba-technical-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org,
26         Suresh Jayaraman <sjayaraman-l3A5Bk7waGM@public.gmane.org>
27 To: "Aneesh Kumar K. V" <aneesh.kumar-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
28 X-From: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Sun Jun 27 20:22:46 2010
29 Return-path: <linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
30 Envelope-to: glkc-linux-cifs-1dZseelyfdZg9hUCZPvPmw@public.gmane.org
31 Received: from vger.kernel.org ([209.132.180.67])
32         by lo.gmane.org with esmtp (Exim 4.69)
33         (envelope-from <linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>)
34         id 1OSwVB-0005TI-SG
35         for glkc-linux-cifs-1dZseelyfdZg9hUCZPvPmw@public.gmane.org; Sun, 27 Jun 2010 20:22:46 +0200
36 Received: (majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org) by vger.kernel.org via listexpand
37         id S1752811Ab0F0SWo (ORCPT <rfc822;glkc-linux-cifs@m.gmane.org>);
38         Sun, 27 Jun 2010 14:22:44 -0400
39 Received: from bombadil.infradead.org ([18.85.46.34]:55433 "EHLO
40         bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
41         with ESMTP id S1752728Ab0F0SWn (ORCPT
42         <rfc822;linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>); Sun, 27 Jun 2010 14:22:43 -0400
43 Received: from hch by bombadil.infradead.org with local (Exim 4.72 #1 (Red Hat Linux))
44         id 1OSwUv-00009z-9N; Sun, 27 Jun 2010 18:22:29 +0000
45 Content-Disposition: inline
46 In-Reply-To: <871vbscpce.fsf-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
47 User-Agent: Mutt/1.5.20 (2009-08-17)
48 X-SRS-Rewrite: SMTP reverse-path rewritten from <hch-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> by bombadil.infradead.org
49         See http://www.infradead.org/rpr.html
50 Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
51 Precedence: bulk
52 List-ID: <linux-cifs.vger.kernel.org>
53 X-Mailing-List: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
54 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1003358>
55
56 On Sun, Jun 27, 2010 at 11:47:21PM +0530, Aneesh Kumar K. V wrote:
57 > NFS ganesha pNFS also had a requirement for getting i_generation and
58 > inode number in userspace. So may be we should now look at updating
59 > stat or add a variant syscall that include i_generation and create time
60 > in the return value
61
62 What's missing in knfsd that you feel the sudden urge to move backwards
63 to a userspace nfsd (one with a horribly crappy codebase, too).
64
65
66