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 48F9AC4332F for ; Tue, 15 Nov 2022 08:33:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229664AbiKOIc7 (ORCPT ); Tue, 15 Nov 2022 03:32:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232604AbiKOIc6 (ORCPT ); Tue, 15 Nov 2022 03:32:58 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F192B9FEE; Tue, 15 Nov 2022 00:32:57 -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=NnY5p1xOYjM7bMvvUw0agfjUUHQQ1Q8SuaFovfwu0BE=; b=V9jF/3RhcKYu0n0LBavowmgMFR jjaslwXKc7wExS/2eGcQ9kvMex6Ojr12mnoeQT2j8tCO9IkhvCj5PF3Ys8y/tkAgexoFHhyxMzyCH V2OBl18ILwkVqi86ybZHfuH6QBTTe5vX3swd10paC598PNXVo5ucy0cUO7DUR6marDi5Dh9y4tU1C RawsAiWGwolC9dmJ30HbDVQwL6VeWcbCDkdJV4UyzcH79AY4PkLD5rCQl/8DRSUEiCVzNQKKI98PY oY5+jNg5tjGyn9Inoo3yBHxBvZehVoWE+TrbdZPsVZxufRufBDzQVveZXQOnfBZbF9r986AqT6q8f zRMcLXqw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ourNF-008xpR-CG; Tue, 15 Nov 2022 08:32:53 +0000 Date: Tue, 15 Nov 2022 00:32:53 -0800 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Dave Chinner , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, david@fromorbit.com, hch@infradead.org Subject: Re: [PATCH 04/14] xfs: buffered write failure should not truncate the page cache Message-ID: References: <166801774453.3992140.241667783932550826.stgit@magnolia> <166801776726.3992140.478044755009071447.stgit@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <166801776726.3992140.478044755009071447.stgit@magnolia> 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-xfs@vger.kernel.org On Wed, Nov 09, 2022 at 10:16:07AM -0800, Darrick J. Wong wrote: > mm/filemap.c | 1 These new exports are another really good indicator that the punch out delalloc code really should live in iomap and not in the file system.