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 620BDC61DA0 for ; Mon, 23 Jan 2023 18:25:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233561AbjAWSYi (ORCPT ); Mon, 23 Jan 2023 13:24:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233366AbjAWSYG (ORCPT ); Mon, 23 Jan 2023 13:24:06 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E66189ED3; Mon, 23 Jan 2023 10:24:03 -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=U6MEID8m1sm0SgFEJwWi9frqpC aR4Gi5JUvBQVdh7QDtHgjJQ/abDSxjFD3D7p0xGJIO5PKSI5rTYLQjU6pQdZ9IYe5ylayLfCVK8pX vxOYYVNMzn5oco5QszRCFZF+sU+hkPfbuaXRYGLWmT6mioZd/vH6im0m8FY7Olugq/48GDiJ8Z/Wq 4USzCggGi5hcUd63itzbd4yg76B+Ub+sXzsM/cZuxC8QPw930MoIuPkFAgy11uSOFii4+7XmGlUMO VodnI9xiJelz9kjRkuokUcFyywJTiHNqdv94ujg7imElhEqYNll79dtBwuS5D3J20/FV+MaKPZ5uV tcVBi+GA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK1U6-0010OC-G7; Mon, 23 Jan 2023 18:23:58 +0000 Date: Mon, 23 Jan 2023 10:23:58 -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 Subject: Re: [PATCH v8 08/10] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages Message-ID: References: <20230123173007.325544-1-dhowells@redhat.com> <20230123173007.325544-9-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123173007.325544-9-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