From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Moyer Subject: Re: [PATCH] autofs4 - detect invalid direct mount requests Date: Fri, 20 Jun 2008 09:00:20 -0400 Message-ID: References: <20080620051301.9988.94307.stgit@raven.themaw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , Kernel Mailing List , autofs mailing list , linux-fsdevel To: Ian Kent Return-path: In-Reply-To: <20080620051301.9988.94307.stgit@raven.themaw.net> (Ian Kent's message of "Fri, 20 Jun 2008 13:13:03 +0800") Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Ian Kent writes: > autofs v5 dierct and offset mounts within an autofs filesystem are > triggered by existing autofs triger mounts so the mount point dentry > must be positive. If the mount point dentry is negative then the > trigger doesn't exist so we can return fail immediately. What are the conditions that lead us here in that case? -Jeff