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 363EEC54FB9 for ; Tue, 21 Nov 2023 05:18:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233361AbjKUFSl (ORCPT ); Tue, 21 Nov 2023 00:18:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233349AbjKUFSi (ORCPT ); Tue, 21 Nov 2023 00:18:38 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0EE8ED; Mon, 20 Nov 2023 21:18:32 -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=0IQyXB4lFR5QVHXCSZcGjzmyyThMkWKD+nk8D0ijT9w=; b=4kpD4oxlnlflUTPXRGTky1Rbrq TXgXHt7jI+pXwCDIHvo9KL7BmAclqhOXsA+GM/gDmiB94fguYgyFfGNiCK2M8oO5TeZLOETSHDthJ 4E11MN/no4PoG8WTweUICysT3YSbIVyBWREeXJ2t0IiqWnthMqyf+fIrKvRT8K95+rarV+lLLoS22 tRd+pRD5b+VmXV0ouMb5wKbJHKTkMpyuWmS+cPwWY5ECpw2JZrovMP546MQ3U0KWxq1rp1rxL00BI k4YrR/MRchV70bn9gUS1/igjpw4SvNo0HpTzXXWkFRob178m4XbFgfTETGvSBS/nTKI0eluFlPbqq XKyLV2JQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r5J9a-00FfQY-1U; Tue, 21 Nov 2023 05:18:30 +0000 Date: Mon, 20 Nov 2023 21:18:30 -0800 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Jan Kara , David Howells Subject: Re: [PATCH 00/12] Convert write_cache_pages() to an iterator Message-ID: References: <20230626173521.459345-1-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230626173521.459345-1-willy@infradead.org> 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 Just curious where this did end up. I have some changes that could use or conflict with this depending on your view. They aren't time critical yt, but if we're going to the road in this series I'd appreciate if we'd get it done rather sooner than later :)