Re: [PATCH 3/3] iomap: don't lose a failed direct I/O bio's error when zeroing the tail
From: Andrea Parri
Date: Tue Sep 22 2026 - 14:44:32 EST
> Please drop the return value from iomap_dio_zero entirely.
Done locally: iomap_dio_zero() now returns void, and both call sites no
longer capture or check a result.
Thanks!
Andrea