Re: [PATCH v5 1/4] iomap: factor out iomap_dio_alignment helper

From: Christoph Hellwig

Date: Tue Jun 30 2026 - 02:14:34 EST


On Mon, Jun 29, 2026 at 08:01:21PM +0800, Fengnan Chang wrote:
> Extract the alignment computation from iomap_dio_bio_iter() into a
> standalone helper so the upcoming simple direct I/O path can reuse it
> without requiring a struct iomap_dio.

Looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>