From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [RFC][PATCH] Add a dentry op to handle automounting rather than abusing follow_link Date: Thu, 22 Jul 2010 17:04:01 +0100 Message-ID: <20659.1279814641@redhat.com> References: <20204.1279812793@redhat.com> <20100722145738.GA5752@amd> <20100722041554.GB3446@amd> <27282.1279058150@redhat.com> <30811.1279802187@redhat.com> Cc: dhowells@redhat.com, Nick Piggin , viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: unlisted-recipients:; (no To-header on input) Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36695 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817Ab0GVQEH (ORCPT ); Thu, 22 Jul 2010 12:04:07 -0400 In-Reply-To: <20204.1279812793@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: David Howells wrote: > But why would you want to delegate mountpoint traversal to the filesystem? s/mountpoint traversal/mounted filesystem iteration/ David