generic: mark tests that require O_DIRECT

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@mit.edu>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Theodore Ts'o
2016-06-09 14:42:08 -04:00
committed by Eryu Guan
parent 850bc06d52
commit 2d59a75d91
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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"
+1
View File
@@ -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
+1
View File
@@ -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