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 7CED3C7EE2A for ; Mon, 5 Jun 2023 07:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230121AbjFEHND (ORCPT ); Mon, 5 Jun 2023 03:13:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44398 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229469AbjFEHMs (ORCPT ); Mon, 5 Jun 2023 03:12:48 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4E975E6D; Mon, 5 Jun 2023 00:12:17 -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=kpvDwBWP98BpcNb3DiIFjEcF/SJseZ6dCm2E0Nls3Ns=; b=VKzKGIJVCpycyBgOJdUi7yckYJ MUc1nrCgRsGQEC7eveCHjMiRG/yDmt0t8gARz/7BFKVtc3zFALFCiD70in/XBuL345GsTuAiDo1MG 8p9ELpJdexG4oRO7bEMrBZZIWnvHIaNGxUywDgmb+CT5kHqpdFUgWlMM9rGkrJcCCu2HOT2XXFyGu 0Y9KiHIdm2zLiAyJbupFio/iblo1zBKZ2gALOzBMCjnkC/Cw5NLQ03iXrsL2vYh0O2gIgNbecUDSl JL9nphdA+oa9uE7M4WcuI9iLergCuEq2c3f8tOuRJ7xd5ViRoZ6l5kY3GjUUgklnfCn1lKfyHSiR9 EhFYiOpw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1q64No-00EVnU-07; Mon, 05 Jun 2023 07:12:04 +0000 Date: Mon, 5 Jun 2023 00:12:04 -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 v2 2/7] doc: Correct the description of ->release_folio Message-ID: References: <20230602222445.2284892-1-willy@infradead.org> <20230602222445.2284892-3-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230602222445.2284892-3-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-fsdevel@vger.kernel.org Never mind the shism on the nature of the holy trinity of vfs/mm/pagecache the substance looks good here: Reviewed-by: Christoph Hellwig