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 B8DFCC7EE29 for ; Tue, 13 Jun 2023 04:53:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233856AbjFMExN (ORCPT ); Tue, 13 Jun 2023 00:53:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233430AbjFMExL (ORCPT ); Tue, 13 Jun 2023 00:53:11 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8F5D18C; Mon, 12 Jun 2023 21:53: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=oqN8bfceoLcDWPscC7OlV9kRVp e1m20mBw0yiqXfa/r4q62Gp10roZQvW6dv3A5N6VZHtQtXrAiel226yvDEUjxX75G+YWOY5VBI+ng tib9ZLZByGkI2nF80BKIF+mV9sE9+GAQTxaY1N8viz2eb3jcjaegd7C6zi769MszHeceFJYK4KFsI XiqK7ZffZ5tOTvLiiNlq5rPSKzJ0pIkevJk3+1+USFe7m6FDOfVb8nCOJVBvAQ9vCgy5uco/f9RO4 SEo/XlzQYEeZHiGtYB4v0b27G/Urt0QWtgeVZzMo+MKPjJKY68GJAUbBjPLkwEUDU8Ab8erycah+J c/EMDdjQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q8w1m-006urb-2A; Tue, 13 Jun 2023 04:53:10 +0000 Date: Mon, 12 Jun 2023 21:53:10 -0700 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, Wang Yugui , Dave Chinner , Christoph Hellwig , "Darrick J . Wong" Subject: Re: [PATCH v3 3/8] doc: Correct the description of ->release_folio Message-ID: References: <20230612203910.724378-1-willy@infradead.org> <20230612203910.724378-4-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230612203910.724378-4-willy@infradead.org> 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-xfs@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig