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 5DF76C77B6E for ; Fri, 14 Apr 2023 13:52:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229716AbjDNNwQ (ORCPT ); Fri, 14 Apr 2023 09:52:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229911AbjDNNwN (ORCPT ); Fri, 14 Apr 2023 09:52:13 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B225EA249; Fri, 14 Apr 2023 06:51:45 -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=H6yVqe3+TZhy1SSy1fKm7kd3A50sGl37oZqxB01zGlU=; b=QncjLKTKiy0uzEpGNicbWTEO2r XWMiZJgDerXO7NYny0kfXUwV1YDKgjyK7BCCmiJitTWFelmEcfLN7dQqrHQ8QCvctnbfoUd9XuGVC hY9AmZBK4rpVuv+4a+o3C0mwWu8Fwcggyl8Gvoz6snXv9SnUCt+kLMHXXln3NybhOgfQhxXJNWIlZ XB9U9Kbib+hqF2UnDc03Y9NMR8GFsodUuAupozc0+EJod/g9S/0xh2/pHyp/KmYc4o053PKdZuopM jz0AFQRcZ2Q3ortfwFg0SlL8MHMApzalM08RbAR9KkuoewS3uRCRVAE3+zaSxyg+Vu4hpMkw+BFry thWVFksQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pnJpw-008nNL-E8; Fri, 14 Apr 2023 13:51:36 +0000 Date: Fri, 14 Apr 2023 14:51:36 +0100 From: Matthew Wilcox To: Hannes Reinecke Cc: Pankaj Raghav , brauner@kernel.org, viro@zeniv.linux.org.uk, akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, mcgrof@kernel.org, gost.dev@samsung.com Subject: Re: [RFC 0/4] convert create_page_buffers to create_folio_buffers Message-ID: References: <20230414110821.21548-1-p.raghav@samsung.com> <1e68a118-d177-a218-5139-c8f13793dbbf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1e68a118-d177-a218-5139-c8f13793dbbf@suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, Apr 14, 2023 at 03:47:13PM +0200, Hannes Reinecke wrote: > BTW; I've got another patch replacing 'writepage' with 'write_folio' > (and the corresponding argument update). Is that a direction you want to go? No; ->writepage is being deleted. It's already gone from ext4 and xfs.