Re: [PATCH v3 00/12] ceph: convert writeback path to folios
Alex Markuze <[email protected]>
| Newsgroups | org.kernel.vger.ceph-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Tal, Patches 5 and 8 remove wait_on_page_writeback(), thp_size() and thp_order() from mm/, but those helpers are still used by f2fs, mm/filemap.c, and mm/folio-compat.c — removing them would break those users. Could you split this into two series? The ceph-only conversion (patches 1-4, 6-7, 9-12) can go through the ceph tree once we drop those two patches. The mm/ helper removal is a separate effort that needs to coordinate with f2fs and the mm maintainers after all other users are converted. -- Alex Markuze