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 5250DC64EC4 for ; Mon, 13 Feb 2023 08:23:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229748AbjBMIXO (ORCPT ); Mon, 13 Feb 2023 03:23:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230021AbjBMIXH (ORCPT ); Mon, 13 Feb 2023 03:23:07 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F5DBCA26; Mon, 13 Feb 2023 00:23:01 -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=dD2SJ9TaABf846C5N0UDrOlCQB EuNx8i3aV/Ksu97IIw7bi8WZFTytRD4ewC3EfnfKNH8OVNy53ESGr4nhGu/+/bvyuLDK3MfgCblTR ba+U3UavoaGfrbQF8hIWF53fBKd16wIFZSxhX+Xw2p9p/o7Wnl03SIsIfMHqwWfr8INlhTV6Mcbmx R7a+vaBHfUpox7wZzh/w7CGr8CuDeTSPPe/3W/QeFygMI1sW5/E0h2raHxrw9wxBW68fWrddWDJTg 0og7DsA9dZChrIHOyH3e2Ry3n+9sQ2vneHU3xJkxq+Nn5MCEmnZYTCXi+LlJhgr/A4pGND33owgAY OG+BULaw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pRU6n-00DZix-IO; Mon, 13 Feb 2023 08:22:45 +0000 Date: Mon, 13 Feb 2023 00:22:45 -0800 From: Christoph Hellwig To: David Howells Cc: Jens Axboe , Al Viro , Christoph Hellwig , Matthew Wilcox , Jan Kara , Jeff Layton , David Hildenbrand , Jason Gunthorpe , Logan Gunthorpe , Hillf Danton , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Christoph Hellwig , John Hubbard Subject: Re: [PATCH v13 02/12] mm: Pass info, not iter, into filemap_get_pages() and unstatic it Message-ID: References: <20230209102954.528942-1-dhowells@redhat.com> <20230209102954.528942-3-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230209102954.528942-3-dhowells@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-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig