Re: [RFC PATCH v2 4/4] ocfs2: remove legacy blockdev direct-IO path APIs

Heming Zhao <[email protected]> Tue, 28 Jul 2026 12:25:20 +0800
Newsgroups dev.linux.lists.ocfs2-devel,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
On 7/28/26 12:19, Christoph Hellwig wrote:
> After this __blockdev_direct_IO is unused except to implement
> blockdev_direct_IO.  So please fold blockdev_direct_IO into
> __blockdev_direct_IO and remove all the code that is now unused


Thanks for all your kind review comments.
I will carefully revise the patch set before sending v3.

- Heming