Re: [RFC PATCH v2 3/4] ocfs2: switch dio write path from buffer_head to iomap

From: Christoph Hellwig

Date: Tue Jul 28 2026 - 00:28:20 EST


On Mon, Jul 27, 2026 at 02:17:59PM +0800, Heming Zhao wrote:
> This patch converts OCFS2's DIO write path from the legacy
> buffer_head infrastructure to the modern iomap framework.
>
> Key modifications and designs are as follows:
>
> 1. Dynamic Context Allocation:

This reads like complete AI slop. Please turn this into a coherent
commit message without the lists and exaggerations.

I'll try to read that before reading the commit, because it kinda
implies a lack of understing by anyone what actually happens.

So please try to understand what you're doing or had your tool do,
then write it down and re-review if the code makes sense based
on that.