On Fri, Sep 23, 2022 at 08:34:51AM -0700, Keith Busch wrote: > > An iov length needs to be aligned to the logical block size, which may > be larger than the memory alignment. And since this is only used with > file-posix backing storage, move the alignment function to there, where > the value of the request_alignment is known to be the file's logical > block size.
Any objections to this version? This is fixing real bug reports that may become more frequent without this patch.