From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755443AbcLAANJ (ORCPT ); Wed, 30 Nov 2016 19:13:09 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:51551 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601AbcLAANH (ORCPT ); Wed, 30 Nov 2016 19:13:07 -0500 X-ME-Sender: X-Sasl-enc: wE7UibnYmch95ygHR+W0d4AgziLA9KFgaNNcTHFeMSM2 1480551186 Message-ID: <1480551181.2936.5.camel@themaw.net> Subject: Re: [PATCH 1/7] vfs - merge path_is_mountpoint() and path_is_mountpoint_rcu() From: Ian Kent To: Andrew Morton Cc: autofs mailing list , Kernel Mailing List , "Eric W. Biederman" , linux-fsdevel , Omar Sandoval , Al Viro Date: Thu, 01 Dec 2016 08:13:01 +0800 In-Reply-To: <20161130142244.57bc0d853bcb194d2fba3856@linux-foundation.org> References: <148029910861.27779.4517883721395202453.stgit@pluto.themaw.net> <20161130142244.57bc0d853bcb194d2fba3856@linux-foundation.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.2 (3.18.5.2-1.fc23) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-11-30 at 14:22 -0800, Andrew Morton wrote: > So a far as I can tell, this patch series is intended to > address Al's review comments against the > http://lkml.kernel.org/r/20161011053352.27645.83962.stgit@pluto.themaw.net > series? That's right and also to fix an additional problem I found in subsequent testing (the may_umount_tree() changes). Ian