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 975CCC61DA2 for ; Mon, 23 Jan 2023 18:25:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233821AbjAWSYm (ORCPT ); Mon, 23 Jan 2023 13:24:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233855AbjAWSYR (ORCPT ); Mon, 23 Jan 2023 13:24:17 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9F2BD211D; Mon, 23 Jan 2023 10:24:16 -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=Sqv+oMt6lLmEUjmZC0xcH6rl4h Ilyra489shE71gZdw9fmQ64JZQ7qv3PpS3FVn/pemlE3yLuEzUBgpQsIvMJfCMyqFif1XRk/YATEd 0deYkhG7FoarCcdUD0grHW+EUg6Ki6RfkcmCofE16DmtF60nAnHLMScdmAvBSsshGrHeDaJkFZgxD 76PsFGq0bR90bsBbx3sphESNMvIo8b9g1t4AdVFAR8HXLQHdPYTRyRmGpMA6+18zx4BGmpXVxH6GL ds1HyPOo2xSZPPyJ8YH6MDTnLIq2OvKr5QHPmweZdqMPCC3bBRM8aSslfxgHvBeB3boEZqsC6b4VP gyIr4leA==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK1UJ-0010SI-Sy; Mon, 23 Jan 2023 18:24:11 +0000 Date: Mon, 23 Jan 2023 10:24:11 -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 09/10] block: convert bio_map_user_iov to use iov_iter_extract_pages Message-ID: References: <20230123173007.325544-1-dhowells@redhat.com> <20230123173007.325544-10-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230123173007.325544-10-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