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 9E97BC636D4 for ; Wed, 15 Feb 2023 14:38:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229794AbjBOOi4 (ORCPT ); Wed, 15 Feb 2023 09:38:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36622 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229642AbjBOOiw (ORCPT ); Wed, 15 Feb 2023 09:38:52 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C45C38EA1; Wed, 15 Feb 2023 06:38:48 -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=mdhw8NJg/mGm2rLRE7K+YYjG5J4d7EGwj+3NTs6BCts=; b=FBURCH8CW2lpvly8/2QdT+a6WV 8kzR47TjYHTSwwUdjoNefF/biBJnI843/SYOdF9WhFk6YPc8FNsubW+U8DJT0tlh5mwFegiYsggNX CvMUd1vbNflSjvqp34VuqGoGL+c6eQtb+5GkMwiqHPtFYx9Y9Hx7VTJabL3kb3yqI62qlSJR+6B12 HS7hqLH8DHAAlZjYIFOWrSK+sIRx+bteZTUKK9q19qN3zJM7Poblsyji+P1QLxVTmLD0ygjDkm5H/ +wsNaJonOuGpUK9TZxJs6AgHOVMaE4xmHntz1dgZSomtuLr2JhY45zRhlZ2u0rWFpzvA8apaXZtmI ts5QcFJw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pSIvR-006ERC-Jq; Wed, 15 Feb 2023 14:38:25 +0000 Date: Wed, 15 Feb 2023 06:38:25 -0800 From: Christoph Hellwig To: David Howells Cc: Jens Axboe , smfrench@gmail.com, 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 Subject: Re: [PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list) Message-ID: References: <867e1e3e-681b-843b-1704-effed736e13d@kernel.dk> <20230214171330.2722188-1-dhowells@redhat.com> <2877092.1676415412@warthog.procyon.org.uk> <2895995.1676448478@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 And who is using filemap_splice_read directly anyway? I can't find a modular user in any of the branches.