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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0970FC43458 for ; Thu, 2 Jul 2026 14:07:15 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [127.0.0.1]) by lists.ozlabs.org (Postfix) with ESMTP id 4grdxG2phBz2yVP; Fri, 03 Jul 2026 00:07:14 +1000 (AEST) Authentication-Results: lists.ozlabs.org; arc=none smtp.remote-ip=213.95.11.211 ARC-Seal: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1783001234; cv=none; b=Hemwvk114LoGe+jl/znXohp/Ay8Fj/B2+YKy0TPgyNIc7Tau8I+ojtIUHOFPhU2xRcZH1YcIMoQz0kOMz4otZkV1vhnDJWGGRCQFFtC3oo3PTMAYOL9YSEjSh5qegK84HtiMwEY27kavo6l+qjvlV9QZmunSe7hPgR+0KHNj5NL/e9DUEsj+P2KPUmD2HJo8dmBztpXIHCljHTrgRZa3uQUJkdR7XHPj0M6SW1YZ7UUlYoCjgVXoRcDtOy2R2RR9jcACn7yMNDw++0Jq4duAGTlr24tFsxodEXqRVxoM9vw+hfTTSuKJAm6sHxIeQxtbZBCSCLEV4LtA+sd2Lc4+mQ== ARC-Message-Signature: i=1; a=rsa-sha256; d=lists.ozlabs.org; s=201707; t=1783001234; c=relaxed/relaxed; bh=+nEHDZS1++8Q/bmxLvAJQa/55le8Uz9H1iW8kDWU5TA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FfSShwXFM7qiPf7yBH0PedJWkGLekLcD2JwAzpybgkkMMylUykAmT07TJf9w9krDZ0RulaG5wbtqbz6/Xb1mAmqtuFqM/UumYnB5PP1uVXsCxJBN28bDMHOFi6iu2/N+FBVkELOlqaFLevU9zu6yqrLecYjiXWjidpDk2yFFihNCPCEmzfLqCUN009AE6s7K4/Sp2/emL6h2Nis4yYkNg2J9hns4g2VqiOtBPGcwDgq3H9984iUiswH3M0ErciPb9SB7IRfUmqhzK4UBMvFmWdTzB/0ZLfIHD3xaqv+qXHSkfDCfzLWLBE/bbBQV/r5zCN2l2syeRDLPmiaXym7zrg== ARC-Authentication-Results: i=1; lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass (client-ip=213.95.11.211; helo=verein.lst.de; envelope-from=hch@lst.de; receiver=lists.ozlabs.org) smtp.mailfrom=lst.de Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lst.de (client-ip=213.95.11.211; helo=verein.lst.de; envelope-from=hch@lst.de; receiver=lists.ozlabs.org) Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4grdxF1H55z2ySD for ; Fri, 03 Jul 2026 00:07:12 +1000 (AEST) Received: by verein.lst.de (Postfix, from userid 2407) id 90D9968BEB; Thu, 2 Jul 2026 16:07:05 +0200 (CEST) Date: Thu, 2 Jul 2026 16:07:05 +0200 From: Christoph Hellwig To: Joanne Koong Cc: brauner@kernel.org, hch@lst.de, djwong@kernel.org, willy@infradead.org, hsiangkao@linux.alibaba.com, linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, Jens Axboe , Chris Mason , David Sterba , Alexander Viro , Jan Kara , Dan Williams , Gao Xiang , Chao Yu , Yue Hu , Jeffle Xu , Sandeep Dhavale , Hongbo Li , Chunhai Guo , Namjae Jeon , Sungjong Seo , Yuezhang Mo , Theodore Ts'o , Andreas Dilger , Baokun Li , Ojaswin Mujoo , "Ritesh Harjani (IBM)" , Zhang Yi , Jaegeuk Kim , Miklos Szeredi , Andreas Gruenbacher , Mikulas Patocka , Hyunchul Lee , Konstantin Komarov , Carlos Maiolino , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , "open list:BLOCK LAYER" , open list , "open list:BTRFS FILE SYSTEM" , "open list:FILESYSTEM DIRECT ACCESS (DAX)" , "open list:EROFS FILE SYSTEM" , "open list:EXT2 FILE SYSTEM" , "open list:F2FS FILE SYSTEM" , "open list:FUSE FILESYSTEM [CORE]" , "open list:GFS2 FILE SYSTEM" , "open list:NTFS3 FILESYSTEM" Subject: Re: [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops Message-ID: <20260702140705.GE21339@lst.de> References: <20260701000949.1666714-1-joannelkoong@gmail.com> <20260701000949.1666714-18-joannelkoong@gmail.com> X-Mailing-List: linux-erofs@lists.ozlabs.org List-Id: List-Help: List-Owner: List-Post: List-Subscribe: , , List-Unsubscribe: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260701000949.1666714-18-joannelkoong@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Looks good: Reviewed-by: Christoph Hellwig In terms of merge logistics, I wonder if we should delay this and the previous patch to the next merge window so that we can minimize the cross-subsystem merge pain with more file system iomap conversion. If none of them actually happen until rc6 or so, orif the merges aren't painful we could still pick them up late in the merge window. 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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9E282C43458 for ; Thu, 2 Jul 2026 14:07:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.sourceforge.net; s=beta; h=Content-Transfer-Encoding:Content-Type:Cc: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Subject:In-Reply-To:MIME-Version:References:Message-ID:To:From:Date:Sender: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=ysLyTLr+qO3BM1Dqr4nbQKiU1AUDzRftTPPY6oIxtLw=; b=U/9L+vWzZXpTBcBe0T22W/GTw2 lfG3gIfwBvyYWcJcFPMXlYXoevYUmu0KW0gcxYgKy/Q3wG+mSeIT49H875eHWaXkw1p50mnNy6jtl i3nWGWQf7LL/po99iI1BJLR9m3NaIRTxpdKA78MpJIPre0JqS+qs3q3EeFoyCBdbfuQg=; Received: from [127.0.0.1] (helo=sfs-ml-2.v29.lw.sourceforge.com) by sfs-ml-2.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1wfI4a-00010C-Ba; Thu, 02 Jul 2026 14:07:25 +0000 Received: from [172.30.29.66] (helo=mx.sourceforge.net) by sfs-ml-2.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1wfI4Z-000101-4f for linux-f2fs-devel@lists.sourceforge.net; Thu, 02 Jul 2026 14:07:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; 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:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=+nEHDZS1++8Q/bmxLvAJQa/55le8Uz9H1iW8kDWU5TA=; b=kmoVowejTAK6mDNlo8nA6t7qTe 7U4TdYFw8G+AKHZKMuTkoRm0/RljK6cFE037xFW1s5KaA2FiAH82SOKoIZV++Rl2GEEto/Fguz9or +krhjixW/XwUrKBUpzasGYBn2Tc31FNA/28TBV8+iYxNl3hZ6nsU6dLqojn5FCoUmM1Y=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; 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:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=+nEHDZS1++8Q/bmxLvAJQa/55le8Uz9H1iW8kDWU5TA=; b=UjuN26Gs3uwPWaRTGxAXqPFdBG icWQs/Mf30Q2eyROFyOVngXeFZyK1S0BbQvICTowbLtLyp3UiXNfz5BmxgbhLWKK/qbn4x5KlTag7 tj3NLoYsprHj5HEZC3Sj4oBz7eCi2Y8X10E16hAGhrOCccOXO0XgTVKliKh0JganjrHU=; Received: from verein.lst.de ([213.95.11.211]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1wfI4W-0003CG-Sp for linux-f2fs-devel@lists.sourceforge.net; Thu, 02 Jul 2026 14:07:23 +0000 Received: by verein.lst.de (Postfix, from userid 2407) id 90D9968BEB; Thu, 2 Jul 2026 16:07:05 +0200 (CEST) Date: Thu, 2 Jul 2026 16:07:05 +0200 From: Christoph Hellwig To: Joanne Koong Message-ID: <20260702140705.GE21339@lst.de> References: <20260701000949.1666714-1-joannelkoong@gmail.com> <20260701000949.1666714-18-joannelkoong@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260701000949.1666714-18-joannelkoong@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) X-Headers-End: 1wfI4W-0003CG-Sp Subject: Re: [f2fs-dev] [PATCH v2 17/18] iomap: pass iomap_next_fn directly instead of struct iomap_ops X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Ritesh Harjani \(IBM\)" , Jan Kara , Mikulas Patocka , djwong@kernel.org, Carlos Maiolino , Hyunchul Lee , Konstantin Komarov , Chris Mason , Andreas Dilger , Ojaswin Mujoo , Baokun Li , Chunhai Guo , Dan Williams , Naohiro Aota , Yue Hu , Miklos Szeredi , Zhang Yi , willy@infradead.org, hch@lst.de, Yuezhang Mo , hsiangkao@linux.alibaba.com, Gao Xiang , "open list:EXT2 FILE SYSTEM" , Namjae Jeon , "open list:BLOCK LAYER" , Damien Le Moal , David Sterba , Alexander Viro , Jeffle Xu , Jaegeuk Kim , Andreas Gruenbacher , Jens Axboe , "open list:FUSE FILESYSTEM \[CORE\]" , brauner@kernel.org, Johannes Thumshirn , Theodore Ts'o , "open list:NTFS3 FILESYSTEM" , open list , "open list:F2FS FILE SYSTEM" , linux-xfs@vger.kernel.org, "open list:GFS2 FILE SYSTEM" , "open list:FILESYSTEM DIRECT ACCESS \(DAX\)" , Hongbo Li , linux-fsdevel@vger.kernel.org, Sungjong Seo , "open list:EROFS FILE SYSTEM" , "open list:BTRFS FILE SYSTEM" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Looks good: Reviewed-by: Christoph Hellwig In terms of merge logistics, I wonder if we should delay this and the previous patch to the next merge window so that we can minimize the cross-subsystem merge pain with more file system iomap conversion. If none of them actually happen until rc6 or so, orif the merges aren't painful we could still pick them up late in the merge window. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel