[PATCH v2 0/9] Remove aops->writepage
We have just one filesystm (vboxsf) left which implements ->writepage. This patchset converts it to writepages then removes all the callers of ->writepage. v1: https://lore.kernel.org/linux-mm/20250307135414.2987755-1-wi...@infradead.org/ v2: - Added ttm patch - Remove f2fs patches as they were
Re: [PATCH v2 0/9] Remove aops->writepage
On Fri, Apr 04, 2025 at 01:31:11AM -0700, Christoph Hellwig wrote: > The whole series looks good to me: > > Reviewed-by: Christoph Hellwig Thanks! And thanks for removing writepage from some filesystems.