On 2025/05/28 22:00, 'Eric Blake' via devel wrote:
On Wed, May 28, 2025 at 08:30:05PM +0900, Akihiko Odaki wrote:
file-posix used to assume that existing holes satisfy the requested
alignment, which equals to the estimated direct I/O alignment
requirement if direct I/O is requested, and assert t
On Wed, May 28, 2025 at 08:30:05PM +0900, Akihiko Odaki wrote:
> file-posix used to assume that existing holes satisfy the requested
> alignment, which equals to the estimated direct I/O alignment
> requirement if direct I/O is requested, and assert the assumption
> unless it is at EOF.
>
> Howeve
file-posix used to assume that existing holes satisfy the requested
alignment, which equals to the estimated direct I/O alignment
requirement if direct I/O is requested, and assert the assumption
unless it is at EOF.
However, the estimation of direct I/O alignment requirement is sometimes
inexact