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 3981FC4332F for ; Mon, 30 Oct 2023 10:26:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232594AbjJ3K0u (ORCPT ); Mon, 30 Oct 2023 06:26:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232533AbjJ3K0t (ORCPT ); Mon, 30 Oct 2023 06:26:49 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77379E9 for ; Mon, 30 Oct 2023 03:26:46 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A24C1C433C9; Mon, 30 Oct 2023 10:26:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698661606; bh=rte+A2K+jSbcRVbrS+ysowBb49Lei6vykxyi/1K95rs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h2M5rcvD98Btw6RcRgLl0pn8fNDURzyD9pustad0LTQHhVplKi9UqZH+5CtnaKt/1 eQtpJFfeXw4NqmBANWsgkHBmpZBSt6DRgCoHmVJVE7HEsZPkeIXzGzNuJAww0EO0PP oGrGa1x4sNnWtUuNAvGYCWJyRxwvWCrCifCSkE2alV5thrHTHUkOMbMcda/rh6Q8we t72Yk+TJ4LnAtpkt3QZQ6qctOEG9xGp55vKgJezXzraKJvBIj2MAOK5Yb1F7xHIcya GPdKC7dAyESPHqWEGAkK8XvKew1VhgdE7NYJMOUpCRl68ALMATl6jJvOnWWkQ+5fSD DTE2/IeyMmcPQ== Date: Mon, 30 Oct 2023 11:26:37 +0100 From: Christian Brauner To: Amir Goldstein Cc: Christoph Hellwig , Al Viro , Jan Kara , Jeff Layton , Chuck Lever , linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org, David Sterba , Luis de Bethencourt , Salah Triki , Gao Xiang , Chao Yu , Theodore Ts'o , Andreas Dilger , Jaegeuk Kim , OGAWA Hirofumi , Dave Kleikamp , David Woodhouse , Richard Weinberger , Anton Altaparmakov , Konstantin Komarov , Steve French , Phillip Lougher , Evgeniy Dushistov Subject: Re: [PATCH v2 2/4] exportfs: make ->encode_fh() a mandatory method for NFS export Message-ID: <20231030-zuhalten-faktor-e22dccde22cf@brauner> References: <20231023180801.2953446-1-amir73il@gmail.com> <20231023180801.2953446-3-amir73il@gmail.com> <20231028-zonen-gasbetrieben-47ed8e61adb0@brauner> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org > > Done, please check in vfs.f_fsid and yell if something is wrong. > > I see no changes. > Maybe you have forgotten to push the branch?? I fixed it all up on Saturday but then didn't push until this morning.