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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3EDA5C4743C for ; Mon, 14 Jun 2021 12:24:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1EF14611EE for ; Mon, 14 Jun 2021 12:24:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233645AbhFNM0M (ORCPT ); Mon, 14 Jun 2021 08:26:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232791AbhFNM0K (ORCPT ); Mon, 14 Jun 2021 08:26:10 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7DD2C061574; Mon, 14 Jun 2021 05:24:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; 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=yr77KObtXWoCfBJmGjjbDCtdtoVUU/LuJUPsFZSj7WQ=; b=XCJN3bkwurBAhJkz94NPpmjseo hP8asJscT7b4VSXvd9ChTSxQ2RbU8lyw/JrR76vuDJJtyPHZrmuznLmirVey8wlNfB64+u4lTfq7s 7EUzUbPYNSjMuF9yLtYjqVU1bdSpD6avcxtB+TQ3kGQDDILKabi1FS8/lT946ylpCF69uQCIt64RV o2AA2YwEfhFeGM+YenorbjVvveeXFy8zafreMJkfVYtCLnGMUhajqZrPVn5T43jdFl+jpKM9qTyni vpXGMzVGXQ1TdeZs+VccyLCDFAmtr1b8SCJdj7TSuPa5E5A3HqHDp6egOyJrKEofMPSz0x6Nxx4Ad z+2O5K3A==; Received: from willy by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lslch-005Obc-0i; Mon, 14 Jun 2021 12:23:28 +0000 Date: Mon, 14 Jun 2021 13:23:22 +0100 From: Matthew Wilcox To: Christoph Hellwig Cc: 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: References: <20210614061512.3966143-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210614061512.3966143-1-hch@lst.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 14, 2021 at 08:15:09AM +0200, Christoph Hellwig wrote: > Hi all, > > this series cleans up a few lose ends around ->set_page_dirty, most > importantly removes the default to the buffer head based on if no > method is wired up. 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.