From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S945345AbcJSTkf (ORCPT ); Wed, 19 Oct 2016 15:40:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:60686 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941037AbcJSTkc (ORCPT ); Wed, 19 Oct 2016 15:40:32 -0400 Date: Wed, 19 Oct 2016 12:40:31 -0700 From: Andrew Morton To: Ian Kent Cc: autofs mailing list , Kernel Mailing List , "Eric W. Biederman" , linux-fsdevel , Omar Sandoval , Al Viro Subject: Re: [PATCH 1/8] vfs - change d_manage() to take a struct path Message-Id: <20161019124031.94a44fbdd0970989f05d1893@linux-foundation.org> In-Reply-To: <20161011053352.27645.83962.stgit@pluto.themaw.net> References: <20161011053352.27645.83962.stgit@pluto.themaw.net> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 11 Oct 2016 13:33:52 +0800 Ian Kent wrote: > For the autofs module to be able to reliably check if a dentry is a > mountpoint in a multiple namespace environment the ->d_manage() dentry > operation will need to take a path argument instead of a dentry. This patchset contains lots of ViroStuff. I'll queue it up for some testing and will go into wait-and-see mode. Some patches had an explicit From: Ian Kent and some did not. I assumed that this was intended for all patches. So all patches now have different From: and Signed-off-by: email addresses. Unclear if this was your intent ;)