From mboxrd@z Thu Jan 1 00:00:00 1970 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 A43BDC4332F for ; Sat, 10 Dec 2022 21:52:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbiLJVwI convert rfc822-to-8bit (ORCPT ); Sat, 10 Dec 2022 16:52:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229475AbiLJVwH (ORCPT ); Sat, 10 Dec 2022 16:52:07 -0500 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6AB71581F; Sat, 10 Dec 2022 13:52:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 8A53C63E5714; Sat, 10 Dec 2022 22:52:01 +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 MqJGNmu8EMf3; Sat, 10 Dec 2022 22:52:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 1559963E5733; Sat, 10 Dec 2022 22:52:01 +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 Nl9lbmLN4PGe; Sat, 10 Dec 2022 22:52:01 +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 E687763E5714; Sat, 10 Dec 2022 22:52:00 +0100 (CET) Date: Sat, 10 Dec 2022 22:52:00 +0100 (CET) From: Richard Weinberger To: chuck lever Cc: linux-nfs , linux-kernel , linux-fsdevel , Jeff Layton , anna , trond myklebust , Al Viro , raven , chris chilvers , david young , luis turcitu , david , benmaynard@google.com Message-ID: <1733592831.372285.1670709120777.JavaMail.zimbra@nod.at> In-Reply-To: <1AFA78FF-3F09-47E3-BE13-F5BB7F9C779C@oracle.com> References: <20221207084309.8499-1-richard@nod.at> <1AFA78FF-3F09-47E3-BE13-F5BB7F9C779C@oracle.com> Subject: Re: [PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting 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: NFSD: Allow crossing mounts when re-exporting Thread-Index: AQHZChf8XdRuFhfYVUuBoBZu4IH8sa5nT0OA6nC3O8U= Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "chuck lever" >> Richard Weinberger (3): >> NFSD: Teach nfsd_mountpoint() auto mounts >> fs: namei: Allow follow_down() to uncover auto mounts >> NFS: nfs_encode_fh: Remove S_AUTOMOUNT check >> >> fs/namei.c | 6 +++--- >> fs/nfs/export.c | 2 +- >> fs/nfsd/vfs.c | 8 ++++++-- >> include/linux/namei.h | 2 +- >> 4 files changed, 11 insertions(+), 7 deletions(-) >> >> -- >> 2.26.2 >> > > This series is a bit late for inclusion in v6.2. The next opportunity > will be v6.3 in a couple of months. I prefer to have a "final" version > of patches by -rc5. > > I'm waiting for review comments on v2 of this series. Ok! Do you want me to resend the series in any case by v6.2-rc5 or only if new comments arise? Thanks, //richard