From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 12/18] xstat: Add a dentry op to handle automounting rather than abusing follow_link() [ver #6] Date: Mon, 19 Jul 2010 15:10:48 +0100 Message-ID: <8474.1279548648@redhat.com> References: <20100718085048.GC27794@infradead.org> <20100715021709.5544.64506.stgit@warthog.procyon.org.uk> <20100715021723.5544.85730.stgit@warthog.procyon.org.uk> Cc: dhowells-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, viro-3bDd1+5oDREiFSDQTTA3OLVCufUGDwFn@public.gmane.org, linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, samba-technical-w/Ol4Ecudpl8XjKLYN78aQ@public.gmane.org, linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Christoph Hellwig Return-path: In-Reply-To: <20100718085048.GC27794-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> Sender: linux-nfs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-cifs.vger.kernel.org Christoph Hellwig wrote: > Moving this out of ->follow_link is a good idea, but please submit this > as a separate patch series, as it has very little to do with stat(). Except that I want to use it to create a new AT flag for xstat() (and also fstatat()), but fair enough. 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]:59985 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933745Ab0GSOK4 (ORCPT ); Mon, 19 Jul 2010 10:10:56 -0400 From: David Howells In-Reply-To: <20100718085048.GC27794@infradead.org> References: <20100718085048.GC27794@infradead.org> <20100715021709.5544.64506.stgit@warthog.procyon.org.uk> <20100715021723.5544.85730.stgit@warthog.procyon.org.uk> To: Christoph Hellwig Cc: dhowells@redhat.com, viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org, samba-technical@lists.samba.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH 12/18] xstat: Add a dentry op to handle automounting rather than abusing follow_link() [ver #6] Date: Mon, 19 Jul 2010 15:10:48 +0100 Message-ID: <8474.1279548648@redhat.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: Content-Type: text/plain MIME-Version: 1.0 Christoph Hellwig wrote: > Moving this out of ->follow_link is a good idea, but please submit this > as a separate patch series, as it has very little to do with stat(). Except that I want to use it to create a new AT flag for xstat() (and also fstatat()), but fair enough. David