Re: [PATCH v2 07/18] erofs: convert iomap ops to ->iomap_next()
Gao Xiang <[email protected]> Wed, 1 Jul 2026 08:41:32 +0800
| Newsgroups | org.ozlabs.lists.linux-erofs,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
On 2026/7/1 08:09, Joanne Koong wrote: > Convert erofs iomap_ops to the new ->iomap_next() callback. This uses the > iomap_process() helper, which finishes the previous mapping if needed > and produces the next one. No functional changes are intended. > > Signed-off-by: Joanne Koong <[email protected]> Reviewed-by: Gao Xiang <[email protected]> Thanks, Gao Xiang