On Fri, Jun 13, 2025 at 02:46:29PM -0700, Joanne Koong wrote: > Add a wrapper function, iomap_bio_readpage(), around the bio readpage > logic so that callers that do not have CONFIG_BLOCK set may also use > iomap for buffered io. As far as I can tell nothing in this series actually uses the non-block read path, and I also don't really understand how the current split would facilitate that. Can you explain a bit more where this is going?