generic/094 and generic/225 use fiemap-tester, which requires O_DIRECT. generic/311 requests fsync-tester to use O_DIRECT Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> --- tests/generic/094 | 1 + tests/generic/225 | 1 + tests/generic/311 | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/generic/094 b/tests/generic/094 index a51738a..005de1d 100755 --- a/tests/generic/094 +++ b/tests/generic/094 @@ -44,6 +44,7 @@ _cleanup() _supported_fs generic _supported_os Linux _require_scratch +_require_odirect _require_xfs_io_command "fiemap" _require_xfs_io_command "falloc" diff --git a/tests/generic/225 b/tests/generic/225 index c8e0f64..5285e68 100755 --- a/tests/generic/225 +++ b/tests/generic/225 @@ -44,6 +44,7 @@ _cleanup() _supported_fs generic _supported_os Linux _require_scratch +_require_odirect _require_xfs_io_command "fiemap" _scratch_mkfs > /dev/null 2>&1 diff --git a/tests/generic/311 b/tests/generic/311 index 2d4413b..d510204 100755 --- a/tests/generic/311 +++ b/tests/generic/311 @@ -54,6 +54,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fs generic _supported_os Linux _require_scratch_nocheck +_require_odirect _require_dm_target flakey _require_metadata_journaling $SCRATCH_DEV -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html