Re: [RFC PATCH v2 3/4] ocfs2: switch dio write path from buffer_head to iomap
Christoph Hellwig <[email protected]> Tue, 28 Jul 2026 06:18:49 +0200
| Newsgroups | dev.linux.lists.ocfs2-devel,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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.