Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13333C61D97 for ; Sun, 29 Jan 2023 15:42:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232759AbjA2Pmv convert rfc822-to-8bit (ORCPT ); Sun, 29 Jan 2023 10:42:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229835AbjA2Pmr (ORCPT ); Sun, 29 Jan 2023 10:42:47 -0500 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 529BB1F920; Sun, 29 Jan 2023 07:42:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id D33FB60719A6; Sun, 29 Jan 2023 16:42:39 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 2Dfn6etn66hQ; Sun, 29 Jan 2023 16:42:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 3CD3162EFEA7; Sun, 29 Jan 2023 16:42:39 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4_7Zr3UvarPC; Sun, 29 Jan 2023 16:42:39 +0100 (CET) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 19C0260719A6; Sun, 29 Jan 2023 16:42:39 +0100 (CET) Date: Sun, 29 Jan 2023 16:42:39 +0100 (CET) From: Richard Weinberger To: chuck lever , Al Viro Cc: linux-nfs , linux-kernel , linux-fsdevel , Jeff Layton , anna , trond myklebust , raven , chris chilvers , david young , luis turcitu , david , benmaynard Message-ID: <68008696.79813.1675006959005.JavaMail.zimbra@nod.at> In-Reply-To: References: <20221207084309.8499-1-richard@nod.at> <20221207084309.8499-3-richard@nod.at> Subject: Re: [PATCH 2/3] namei: Allow follow_down() to uncover auto mounts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: namei: Allow follow_down() to uncover auto mounts Thread-Index: AQHZH46KYwHmQVZSuUOnI7kKQrlJB7yd6FBk Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "chuck lever" >> On Dec 7, 2022, at 3:43 AM, Richard Weinberger wrote: >> >> This function is only used by NFSD to cross mount points. >> If a mount point is of type auto mount, follow_down() will >> not uncover it. Add LOOKUP_AUTOMOUNT to the lookup flags >> to have ->d_automount() called when NFSD walks down the >> mount tree. >> >> Signed-off-by: Richard Weinberger > > Hello Al, you are top of the maintainers listed for fs/namei.c. > I'd like to take this series for v6.3 via the nfsd tree. Can > I get your Acked-by: for this one? ping? Thanks, //richard