From mboxrd@z Thu Jan 1 00:00:00 1970 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 191A0C4167B for ; Fri, 23 Dec 2022 16:15:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231372AbiLWQPt (ORCPT ); Fri, 23 Dec 2022 11:15:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229625AbiLWQPs (ORCPT ); Fri, 23 Dec 2022 11:15:48 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3611BC1B; Fri, 23 Dec 2022 08:15: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=PUXaL81v9ixhveI1y9slD5wpL/BUpbYpH4I48L2Byhk=; b=A3MDzYNkq3o6prrVtTB3b9qUeX eicu7h8sY+r2OFexZ1eYtcAow7uE1pPUZYzjRPIFuMlUH3UhljDVufEzLCmVBSTvN83AGzKCfHJ69 Is/MlPwCrTzXQ8ODunaOhmiCz91ncSeZOROYT4ERVpYzCEOIXDEmqGIql907H0iWYhrGXR2LF826x Z4Jt55d6hx4zb/N+8UKHYFskwnRFQIJxXd047bey1qRImDAoFbEnv0k+lfAu6Z+HDVEry9HBdMjAK R8uckQuHkB096HHkavZbVNMhNXNcjXZDWKRt4TmioIqs64KodSiYbWUOxmyAEVSAoVbxf3It5oCt1 kbavMveg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1p8ki3-009sAa-2J; Fri, 23 Dec 2022 16:15:47 +0000 Date: Fri, 23 Dec 2022 08:15:47 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Dave Chinner , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] [RFC] iomap: zeroing needs to be pagecache aware Message-ID: References: <20221201005214.3836105-1-david@fromorbit.com> 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-fsdevel@vger.kernel.org On Wed, Nov 30, 2022 at 06:08:04PM -0800, Darrick J. Wong wrote: > I've been wondering for a while if we ought to rename iomap_iter.iomap > to write_iomap and iomap_iter.srcmap to read_iomap, and change all the > ->iomap_begin and ->iomap_end functions as needed. I'd do src vs dst, but yes, something like that is long overdue.