From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B4E6755C312; Tue, 22 Sep 2026 15:31:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790091091; cv=none; b=eydvb8VjEs9Uur6DiQznYL9pJbJx2XMCBNuCAbHU/yvl1S8L4wBoCh+qZ613Ltusxt6ZQLOo9f8eY+YqilUetkhK9kjfNGN2JRInRg7GdxW1Ze8i4jvBc4a/qaPO5oIQbZsu6WbuwSfAEhhIg/wSawlWBIdgEmIoYO/MEKpwRdI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1790091091; c=relaxed/simple; bh=NALfkOxOZukdaM9bPf10hwBO/x1kAs+vxmEyMf4s694=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GaZYUXX7pLzOKkV97cKsyoTrGWhkL96dOJR5Z+TdCfJtnOp/DDZ06gzxhoAqf6xX+f/e8KH9ydEWNoBCvspeerSfyfccGMYCcDR2DLFshMuFBFys2sBJxfMz1M9ZTFvT8djzeNSp4oDgHYJKzugYRZN5M6h9WX+Tc51KgAbMsuA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oxgbajWA; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oxgbajWA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 971F71F00893; Tue, 22 Sep 2026 15:31:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1790091090; bh=VFYj6sjedfWGEBuGl++9heS9zoD83sYWZIxoZFH52Mw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=oxgbajWAx+ewgz3EYGgJPYtZfNNrVy2jiDvlrL0XB6QieOmgNe9oJ8tWYTAmWkd4E 40O1bShYyuGwabzOZg2yryGvTCOWVoLErNmP15TezU6CcK1+IP50a2puK4iDmaw6R3 PCwUfPw/jYwdSq8HtaOBJAU/3KQvk7VOfDVSLU+W6MZTQuGVG14os2s8QuaTXuRpZy c1E7BQMp5Oh5V6N9yXEOXRU2Ns8Xz5BjaAREZfd68p1jzII0svn4YeEB6D4D+XgUXP mn6RKCk0xuOhAtFCkmd48wAcJ6k5w8jrTIJhK2olCjTjtXsHqi1z/Ac++TcJ8CKg7E LVSLUkJaZCs2w== Date: Tue, 22 Sep 2026 15:31:25 +0000 From: Jaegeuk Kim To: Nanzhe Zhao Cc: Zi Yan , Qi Zheng , Matthew Brost , Alistair Popple , ceph-devel@vger.kernel.org, Eric Biggers , xen-devel@lists.xenproject.org, Gregory Price , Arnaldo Carvalho de Melo , linux-fscrypt@vger.kernel.org, Shuah Khan , David Hildenbrand , Suren Baghdasaryan , linux-kernel@vger.kernel.org, Nico Pache , linux-perf-users@vger.kernel.org, Oleksandr Tyshchenko , Masami Hiramatsu , Jiri Olsa , linux-fsdevel@vger.kernel.org, Andrew Morton , Trond Myklebust , Mark Rutland , linux-doc@vger.kernel.org, Dave Hansen , Hongbo Li , Ying Huang , Stefano Stabellini , Vlastimil Babka , Sergey Senozhatsky , Byungchul Park , linux-trace-kernel@vger.kernel.org, Lorenzo Stoakes , Joshua Hahn , Barry Song , Kairui Song , "Theodore Y. Ts'o" , Muchun Song , linux-f2fs-devel@lists.sourceforge.net, Minchan Kim , Lance Yang , Thomas Gleixner , Anna Schumaker , Pratyush Yadav , Alex Markuze , Alexander Shishkin , linux-mtd@lists.infradead.org, Chunhai Guo , Jonathan Corbet , Dev Jain , "Matthew Wilcox (Oracle)" , Viacheslav Dubeyko , Gao Xiang , Wei Xu , Baoquan He , James Clark , Steven Rostedt , Borislav Petkov , Baolin Wang , Shakeel Butt , Tal Zussman , Ilya Dryomov , Oscar Salvador , linux-nfs@vger.kernel.org, linux-mm@kvack.org, linux-erofs@lists.ozlabs.org, Mike Rapoport , Ian Rogers , Michal Hocko , Jan Kara , Peter Zijlstra , Dave Young , Yuanchu Xie , "Liam R. Howlett" , "H. Peter Anvin" , Yue Hu , Rakie Kim , Richard Weinberger , x86@kernel.org, Ingo Molnar , Axel Rasmussen , Ryan Roberts , Pasha Tatashin , Usama Arif , Jeffle Xu , Namhyung Kim , Juergen Gross , kexec@lists.infradead.org, Adrian Hunter , Johannes Weiner , Mathieu Desnoyers Subject: Re: [f2fs-dev] [PATCH v5 00/17] Remove PG_private by using page/folio->private checks instead Message-ID: References: <20260920-remove-pg_private-v5-0-bb68b6a21869@nvidia.com> <20260922041600.1240429-1-zhaonanzhe@xiaomi.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260922041600.1240429-1-zhaonanzhe@xiaomi.com> On 09/22, Nanzhe Zhao wrote: > Hi Zi Yan, > > Thanks for the series. The cleanup is a nice help for the f2fs > large-folio work -- it removes the page-based private-flag plumbing that > my series would otherwise have to carry itself. > > My large-folio series v2 [1] can be rebased on top of this series. The > only overlap is the PAGE_PRIVATE_* flag helpers, which I can re-express > on top of the F2FS_FOLIO_PRIVATE_* names while keeping the > f2fs_folio_state indirection. > > Jaegeuk, do you have a preference on the ordering here? My personal > suggestion would be to review and merge this series first, and I'll > rebase on top of it. Let's keep working on the f2fs tree, since we should not merge this in my tree. Later, we'd need to prepare how to address the merge conflict. > > [1] https://lore.kernel.org/linux-f2fs-devel/20260915041909.2903887-1-zhaonanzhe@xiaomi.com/ > > Thanks, > Nanzhe > > > _______________________________________________ > Linux-f2fs-devel mailing list > Linux-f2fs-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel