On Fri, Dec 20, 2024 at 05:14:58AM +, Matthew Wilcox (Oracle) wrote:
> If we add a migrate_folio operation, we can convert the writepage
> operation to writepages. The large folio support here is illusory;
> we would need to kmap each page in turn for proper support. But we do
> remove a few
If we add a migrate_folio operation, we can convert the writepage
operation to writepages. The large folio support here is illusory;
we would need to kmap each page in turn for proper support. But we do
remove a few hidden calls to compound_head().
Signed-off-by: Matthew Wilcox (Oracle)
---
fs