From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932930AbYD1Hyj (ORCPT ); Mon, 28 Apr 2008 03:54:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1764112AbYD1Hy3 (ORCPT ); Mon, 28 Apr 2008 03:54:29 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:34060 "EHLO out4.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbYD1Hy3 (ORCPT ); Mon, 28 Apr 2008 03:54:29 -0400 X-Sasl-enc: c/36ZwRKuE1YFE6K8aTtwCxtchuR0csx1NktuLs4nKcl 1209369267 Subject: Re: [PATCH] autofs4 - use lookup access intent to support recursive bind mounts From: Ian Kent To: Al Viro Cc: Andrew Morton , Kernel Mailing List , autofs mailing list , linux-fsdevel In-Reply-To: <1209367536.3243.16.camel@raven.themaw.net> References: <20080428062213.GB5882@ZenIV.linux.org.uk> <1209364705.3243.1.camel@raven.themaw.net> <20080428070514.GC5882@ZenIV.linux.org.uk> <1209367536.3243.16.camel@raven.themaw.net> Content-Type: text/plain Date: Mon, 28 Apr 2008 15:53:40 +0800 Message-Id: <1209369220.3243.18.camel@raven.themaw.net> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 (2.12.3-4.fc8) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2008-04-28 at 15:25 +0800, Ian Kent wrote: > > ->lookup() and friends are going to stop getting struct nameidata *. > > ->follow_link() obviously will keep it; ->d_revalidate() should > > lose the sucker, but we might have to split it in two methods (which > > is probably what'll be needed in your case). > > Right. Would it be sensible to use dentry->d_flags for this purpose? Ian