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 B8740C072A2 for ; Fri, 17 Nov 2023 13:04:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230513AbjKQNEg (ORCPT ); Fri, 17 Nov 2023 08:04:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230383AbjKQNEf (ORCPT ); Fri, 17 Nov 2023 08:04:35 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 057FE126 for ; Fri, 17 Nov 2023 05:04:32 -0800 (PST) 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=qaw9r8iiBDC3WOyWJ5NrMM6F2x Aaq4TV0R8JVBh8D9nlAxjP/Gag4echSaTL2LbI/+3Zeplkz9Vdnqs539WAu71+V1Pi6zQEtCyLxKg Qu+KGA7Jx13zgiCFV54bjTJdad24rsPRlIfHCG5o/XdKcCFLqeNGxyT/GWOrCgX718kVO4QYRIGGH qrCMrkjS1ZT70f2IsfvKKJ8YGRcUmHOXPx0AH+CgnUEi1VwqxPdBAx7cvrv1EoAll6Nxvf3QLcOWU 8zxRETOc2EHg8Eu8rPpTCrF349fzY6MLmrgfAi/diKxI2Nd/b6z0fwJNdX2pHWge4TzmEtnTu/zwm K5OVcH6g==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r3yWM-006bSE-1K; Fri, 17 Nov 2023 13:04:30 +0000 Date: Fri, 17 Nov 2023 05:04:30 -0800 From: Christoph Hellwig To: Benjamin Coddington Cc: trond.myklebust@hammerspace.com, anna@kernel.org, linux-nfs@vger.kernel.org Subject: Re: [PATCH v2 2/2] NFS: drop unused nfs_direct_req bytes_left Message-ID: References: <21a1f2a6155398965f79ed64f0bd23bf38a50367.1700220277.git.bcodding@redhat.com> <0bdf152bc69f7dcf91c9c70ffcbab92ac03682f0.1700220277.git.bcodding@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0bdf152bc69f7dcf91c9c70ffcbab92ac03682f0.1700220277.git.bcodding@redhat.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