On 03/07, Matthew Wilcox wrote: > On Fri, Mar 07, 2025 at 08:39:56PM +0000, Jaegeuk Kim wrote: > > On 03/07, Matthew Wilcox (Oracle) wrote: > > > I was planning on sending this next cycle, but maybe there's time to > > > squeeze these patches into the upcoming merge window? > > > > > > f2fs already implements writepages and migrate_folio for all three > > > address_space_operations, so either ->writepage will never be called (by > > > migration) or it will only be harmful (if called from pageout()). > > > > My tree sitting on [1] doesn't have mm-next, which looks difficult to test this > > series for test alone. Matthew, can you point which patches I need to apply > > in mm along with this for test? > > > > [1] f286757b644c "Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip" > > Oh, you don't need any extra patches. The ->writepage removal has been > going on since mid-2021 (commit 21b4ee7029c9 was the first removal, I > believe). Ah, I see. Thank you for the confirmation. Let me apply them and test a quick.