Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2867368pxj; Mon, 14 Jun 2021 08:57:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyjqRxXXV64vTDKlaTZ5iDm5d8VHxcdG4PcnrHC3qZtkkk8hDpy3tcGYFQJPLnT2Xee3dxi X-Received: by 2002:a05:6402:1609:: with SMTP id f9mr17492168edv.76.1623686239743; Mon, 14 Jun 2021 08:57:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623686239; cv=none; d=google.com; s=arc-20160816; b=zjn/lZJXIk01xqhHAhqqVZBubZoY/JoQef/TD2D1Yzz3avddV9QPAr1KZVzV6CHXvK FIkcqRLPeBPEB3DASNaUc0b3Nn6ddBPmDhF6OC90N1px2Oem01/kpC1xv9+A96wwQOKx MrcNMHQMg06XYIZi0vfmH66SObnIAO68arx8qlSH/6HVpIUIPPxzhOyud+OAZXFemXWK WMEg0qLXyLZe7+FiuBPU+Lu3hL69thZF+bgUvN679JPnnOK3b5F0w9vhQDb29bPrzCBZ QvlJfOyDAyVUpJl7fJ4j4k8AHRGrsZ3ODzh89btAAwPF5rJwGeCZgdbcmPFTYHPglqbf fXbA== 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=ms8PITRA6ySNQVUWmrMBwMO3vA5romzsFGjr1owKe1c=; b=CoKFKiDV7SJe4JU+b/SSucEskkAzSK3aPCbcST5d4tpxm2vBQLMzoAqW5o3l709Cwu 4lpFoApaUuTuqMa2fUdue908niWgLWj/5LeEI+02yLNxt6fXK29s78YUSerqj5O+tyh8 CDTiHKxTNk2KAy8YV1oAHgVZ7gT4L/oAjuicITOipRDZ7pbciVv83XkBjgjujPgaWRWY ZQbHKVmGolaZ52E9/Gr6Nc/M+rxAvbpRKNI8QY+N/zaF24pyzCO2nzqGEDVGsOHbOzDy V53JF2dkMjYhFLWLVOM2mZG4F/K9Z2cNQP6XOGhOJNp4mPjMcgIAt7NyZQkHQ385eXTR MFiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x17si11507317ejd.416.2021.06.14.08.56.57; Mon, 14 Jun 2021 08:57:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233707AbhFNPzj (ORCPT + 99 others); Mon, 14 Jun 2021 11:55:39 -0400 Received: from verein.lst.de ([213.95.11.211]:45090 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233831AbhFNPzh (ORCPT ); Mon, 14 Jun 2021 11:55:37 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 5A16968AFE; Mon, 14 Jun 2021 17:53:33 +0200 (CEST) Date: Mon, 14 Jun 2021 17:53:33 +0200 From: Christoph Hellwig To: Matthew Wilcox Cc: Christoph Hellwig , Andrew Morton , Jan Kara , Al Viro , Greg Kroah-Hartman , linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: remove the implicit .set_page_dirty default Message-ID: <20210614155333.GB2413@lst.de> References: <20210614061512.3966143-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 14, 2021 at 01:23:22PM +0100, Matthew Wilcox wrote: > i have a somewhat similar series in the works ... > > https://git.infradead.org/users/willy/pagecache.git/commitdiff/1e7e8c2d82666b55690705d5bbe908e31d437edb > https://git.infradead.org/users/willy/pagecache.git/commitdiff/bf767a4969c0bc6735275ff7457a8082eef4c3fd > > ... the other patches rather depend on the folio work. Yes, these looks useful to me as well.