]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
generic/366: check minimum dio size correctly
authorChristoph Hellwig <hch@lst.de>
Wed, 17 Jun 2026 06:04:17 +0000 (08:04 +0200)
committerZorro Lang <zlang@kernel.org>
Wed, 17 Jun 2026 09:34:48 +0000 (17:34 +0800)
commit26eb955e4243495c0df0bc2f157cda32edccf18b
tree9cfc0df258b72aa69f498e4aacde42378a0bf926
parent88b140d74b3e01484db5c080165d5d7240d8ce0c
generic/366: check minimum dio size correctly

min_dio_alignment requires the file system to be checked to be mounted,
so move the call into the main loop.  Drop the pointless blocksize
argument to _require_odirect, which is only tested on the test device.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/366