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 A436AC54EED for ; Mon, 23 Jan 2023 18:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232889AbjAWSV3 (ORCPT ); Mon, 23 Jan 2023 13:21:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59462 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231778AbjAWSV1 (ORCPT ); Mon, 23 Jan 2023 13:21:27 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0C5EB77B; Mon, 23 Jan 2023 10:21:26 -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=HL9BNTQEYhpPRnRwqZoiqUJ4CI FW0n3d4eDWacfmyx8ntlDv6vSRugSEPvzDWGe6j10mfSFvN0TmI6Dgq7mRj4ueWRq9ynUYRBgT6YV b3YemhbpjV33ruP9HDLU2Flqmu3Ko8uFGLZ9e0fUK0nR8RkVsn2XzRsF4/YxMCT7NoZElUa0LrB4N OWhKy9nSgi0IYk4g5ABvdSdtBLBdD44ZQArnPjp2aXauctehWpS4iveItTdOYIwv0gMVHbLk0Y3wP ++b3p6SfoIv/FZB4vIICAdLymlulcziKp/vkD+ljfU3QAue+Yghu5so5RpHOx6t3DSbl5y0yYj0TM VN+OsXxA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK1RY-000zub-IH; Mon, 23 Jan 2023 18:21:20 +0000 Date: Mon, 23 Jan 2023 10:21:20 -0800 From: Christoph Hellwig To: David Howells Cc: Al Viro , Christoph Hellwig , Matthew Wilcox , Jens Axboe , Jan Kara , Jeff Layton , Logan Gunthorpe , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig , John Hubbard , David Hildenbrand , linux-mm@kvack.org Subject: Re: [PATCH v8 02/10] iov_iter: Add a function to extract a page list from an iterator Message-ID: References: <20230123173007.325544-1-dhowells@redhat.com> <20230123173007.325544-3-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123173007.325544-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