From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 19/18] Unexport do_add_mount() and add in follow_automount(), not ->d_automount() Date: Fri, 14 Jan 2011 17:30:49 +0000 Message-ID: <6759.1295026249@redhat.com> References: <6672.1295025969@redhat.com> <20110114154652.GD19804@ZenIV.linux.org.uk> <20110114070224.GB19804@ZenIV.linux.org.uk> <20110113215359.19406.37232.stgit@warthog.procyon.org.uk> <2443.1295005428@redhat.com> Cc: dhowells@redhat.com, raven@themaw.net, npiggin@kernel.dk, autofs@linux.kernel.org, linux-fsdevel@vger.kernel.org To: Al Viro Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25080 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752276Ab1ANRa6 (ORCPT ); Fri, 14 Jan 2011 12:30:58 -0500 In-Reply-To: <6672.1295025969@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: David Howells wrote: > This would mean the currently upstream code is buggy for AFS, CIFS and NFS. Actually, no it wouldn't, since do_add_mount() is what adds the mount to the expiration list. David