On Wed, Oct 13, 2021 at 03:09:01PM +0900, Shin'ichiro Kawasaki wrote: > The test case #4 specifies zone size as block size to read a zone. For > some devices, zone size is very large in GB order, then single pread64 > system call can not complete the request. This makes the test case fail. > > To avoid the failure, keep the block size adequate. If zone size is too > large, use logical_block_size * 256 as the block size. > > Signed-off-by: Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > --- Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxx>