Received: by 2002:a05:6358:16cc:b0:ea:6187:17c9 with SMTP id r12csp10679313rwl; Thu, 12 Jan 2023 00:47:21 -0800 (PST) X-Google-Smtp-Source: AMrXdXscr5pGcKbiXvZQiARQBQ6uztktPyqrOOVBbULAzcHYQZ/9Xj42rSRAndIWcymrgx4XksPy X-Received: by 2002:a17:902:b207:b0:189:e3d0:daf8 with SMTP id t7-20020a170902b20700b00189e3d0daf8mr72333895plr.55.1673513241487; Thu, 12 Jan 2023 00:47:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1673513241; cv=none; d=google.com; s=arc-20160816; b=lgIrcNjHS9rqY4YZL3inPNL6+4N/DVlwh/LMo3IHwMz5B2ukQntn/eYa0S56+EKnLE vrUjV+ljNVQZzWJpXhF9nANOfGCgmOEj/3dLT/YMc6AN/vWKJi5drQmeLTSseFo3w2LX CEtZwl7JfqeOxZH3RaJCYlLjwYBRpv29Rv3c/O8lrG4XnntK5DDZ7t09Lh/MHSerYT+Q pp71wYauQUZfmUnzsFPCdzOym5gQpZ9QCPQO1TBu88T9MZ4TzzX/GUaInZIKHQQiU+eM DcYreuUxO/99oLE+r2opdFYeudbd2vYgqfI06Eqf0c2IHJ5asOHqzdqGst9dXULHFODB ZpkQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=77mfRRc4sX+WKiONe0GQg40mx7JzjAu47H2JLubUR2c=; b=VTv3O6/kHUVRK5O6So4tGK7uyq70BrrDxmAf3hKJhM1bTfbTFQo5g/VTdDBHJTj+hY FlJLu3MTDnVXzIsPpYVgf7dQ7AN0BOonZRtHnysBZoPm+baRr8k9BN0rIq4CJUhPdHva rttZN6gpk6o8U+e7rpJnIZPcXvFxHU6l97NitZ6jJ0ePQ2naTMIRgjvRcoduEeZsP7Ke urT3aa6BUUMUjZzdKcOzL6SQwyUB6FebSvl+ruv+JjKDnaAo5FGSrSv4XDV3hdOLZg/q mjgTHpj5DgdgKGp/wu7xaZfBXrRPCoVLevEU90MWZEkOwcjjKD0gTAKw+9I5H14q8pU4 pAVw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id n3-20020a170903110300b0018890a7e9b5si17315275plh.287.2023.01.12.00.47.14; Thu, 12 Jan 2023 00:47:21 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236674AbjALIbZ (ORCPT + 52 others); Thu, 12 Jan 2023 03:31:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59946 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239481AbjALIbB (ORCPT ); Thu, 12 Jan 2023 03:31:01 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0239DF21; Thu, 12 Jan 2023 00:31:00 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 525FD68BEB; Thu, 12 Jan 2023 09:30:57 +0100 (CET) Date: Thu, 12 Jan 2023 09:30:57 +0100 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: Jeff Layton , linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, David Sterba Subject: Re: [PATCH 00/11] Remove AS_EIO and AS_ENOSPC Message-ID: <20230112083057.GA14077@lst.de> References: <20230109051823.480289-1-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230109051823.480289-1-willy@infradead.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 09, 2023 at 05:18:12AM +0000, Matthew Wilcox (Oracle) wrote: > Finish the work of converting every user to the "new" wb_err > infrastructure. This will clash with Christoph's patch series to remove > folio_write_one(), so I'll redo this after that patch series goes in. Based on the conflicts with the btrfs tree picking up the btrfs part of this series I think the best way forward is: - I'll resubmit my series without the two btrfs patches and the final patch to move folio_write_one into jfs - that last patch will be delayed until 6.4 and rebased on top of your series While this keeps folio_write_one/write_one_page around for one more merge window it should entangle all the work nicely. We'll just need to watch out that no new users appear.