]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
generic/139: require 512 bytes to be the minimum dio size
authorZorro Lang <zlang@kernel.org>
Thu, 2 Jun 2022 05:17:16 +0000 (13:17 +0800)
committerZorro Lang <zlang@kernel.org>
Fri, 3 Jun 2022 05:04:22 +0000 (13:04 +0800)
commit10d2fe7908a3192d7dfc0254f3b02c9dc48d737c
tree1d7e4ad8c48fa26d14a29c55044c003ea84a0c25
parentbc0373ef244eb3d3d47f0877cc62fe65315d8c0a
generic/139: require 512 bytes to be the minimum dio size

Due to generic/139 tests base on 512 bytes aligned, so skip this test
if the minimum dio write size >512. This patch also change the
common/rc::_require_dio helper, supports a minimum aligned size
argument.

Signed-off-by: Zorro Lang <zlang@kernel.org>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
common/rc
tests/generic/139