On Tue, Jun 17, 2025 at 12:44:04PM -0700, Joanne Koong wrote: > On Tue, Jun 17, 2025 at 3:55 AM Christoph Hellwig <hch@xxxxxx> wrote: > > > > ->writepage is gone, and our naming wasn't always that great to start > > with. > > Should iomap_writepage_ctx be renamed too then? > > Not trying to be pedantic, but the commit title only mentions > iomap_writepage_map, but this also has stuff for > iomap_writepage_handle_eof, so maybe the title should be reworded? Good point. The renaming was mostly so that the newly exported symbol has a sane name. But we're also touching all the iomap_writepages calls anyway, so that might be worth cleaning up, too.