Re: [PATCH v7] iomap: make inline data support more flexible

From: Christoph Hellwig
Date: Mon Jul 26 2021 - 09:30:14 EST


On Mon, Jul 26, 2021 at 09:12:44PM +0800, Gao Xiang wrote:
> I tend to leave it as another new story and can be resolved with
> another patch to improve it (or I will stuck in this, I need to do
> my own development stuff instead of spinning with this iomap patch
> since I can see this already work well for gfs2 and erofs), I will
> update the patch Andreas posted with Christoph's comments.

Yes, let's do the minimal work for erofs needs in a first step.
After that I hope I can get the iomap_iter change in and then we
can start the next projects. That being said moving the copy back
to the inline data to writepage does seem very useful, as does the
"small" blocksize support from Matthew.