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 1CC23C25B48 for ; Fri, 27 Oct 2023 06:02:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230178AbjJ0GCN (ORCPT ); Fri, 27 Oct 2023 02:02:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40406 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229590AbjJ0GCM (ORCPT ); Fri, 27 Oct 2023 02:02:12 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FBEE1A7; Thu, 26 Oct 2023 23:02:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=EQ3HI0ANUA5mbLG+IMvaXWt3+N kl0SahL0nmvQVd/V519baxJsqKplh02cfFS0d2bGx2fTmPTP7nsyAZX6hxWz2rx1rfRjj2N7AT6Tv 93BJ6FEXxxZBA8j0YPWCVJUIUcZA3GdeTy0W5qBIvSo+bbgoDNpisSG2NoGYXmPK5Nkey06E6XotI t88Of1qlc9+oVsHTdALkYxWfl/QFQrzmVQpIaVHLlM/qUmVbD40yMmWqoeqAqsFgzE0WGNcBaOFR2 +QIiLgy1eWtxpn8kYnU2d9MkzXKZNwbYv0WuiPl7Avc4gBKmYp+L8z1re5P3YNNooAeAE7IiXYT0d grMuO9og==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qwFv5-00FeC6-1R; Fri, 27 Oct 2023 06:02:07 +0000 Date: Thu, 26 Oct 2023 23:02:07 -0700 From: Christoph Hellwig To: Amir Goldstein Cc: Christian Brauner , Al Viro , Jan Kara , Jeff Layton , Chuck Lever , linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org Subject: Re: [PATCH v2 1/4] exportfs: add helpers to check if filesystem can encode/decode file handles Message-ID: References: <20231023180801.2953446-1-amir73il@gmail.com> <20231023180801.2953446-2-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231023180801.2953446-2-amir73il@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig