@@ -47,6 +47,7 @@ _cleanup()
_supported_os Linux
_require_test_reflink
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
@@ -49,6 +49,7 @@ _cleanup()
_supported_os Linux
_require_test_reflink
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
@@ -55,6 +55,7 @@ _supported_os Linux
_require_test_reflink
_require_cp_reflink
_require_xfs_io_command "fzero"
+_require_odirect
rm -f $seqres.full
@@ -47,6 +47,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_cp_reflink
+_require_odirect
echo "Format and mount"
_scratch_mkfs > $seqres.full 2>&1
@@ -47,6 +47,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_cp_reflink
+_require_odirect
echo "Format and mount"
_scratch_mkfs > $seqres.full 2>&1
@@ -46,6 +46,7 @@ _cleanup()
# real QA test starts here
_supported_os Linux
_require_scratch_reflink
+_require_odirect
echo "Format and mount"
_scratch_mkfs > $seqres.full 2>&1
@@ -46,6 +46,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
@@ -49,6 +49,7 @@ _cleanup()
# real QA test starts here
_supported_os Linux
_require_scratch_reflink
+_require_odirect
rm -f $seqres.full
@@ -55,6 +55,7 @@ _require_cp_reflink
_require_xfs_io_command "falloc"
_require_xfs_io_command "fpunch"
test $FSTYP = "btrfs" && _notrun "Can't fragment free space on btrfs."
+_require_odirect
rm -f $seqres.full
@@ -49,6 +49,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -49,6 +49,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -50,6 +50,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -49,6 +49,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -55,6 +55,7 @@ _require_scratch_reflink
_require_xfs_io_command "falloc"
_require_xfs_io_command "fpunch"
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
@@ -55,6 +55,7 @@ _require_scratch_reflink
_require_xfs_io_command "falloc"
_require_xfs_io_command "fpunch"
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
@@ -44,6 +44,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
@@ -47,6 +47,7 @@ _cleanup()
# real QA test starts here
_supported_os Linux
_require_scratch_reflink
+_require_odirect
rm -f $seqres.full
@@ -48,6 +48,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -48,6 +48,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -48,6 +48,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -48,6 +48,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_xfs_io_command "falloc"
+_require_odirect
rm -f $seqres.full
@@ -47,6 +47,7 @@ _cleanup()
_supported_os Linux
_require_scratch_reflink
_require_cp_reflink
+_require_odirect
rm -f $seqres.full
For the tests that test O_DIRECT, we need to _require_odirect. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> --- tests/generic/139 | 1 + tests/generic/143 | 1 + tests/generic/155 | 1 + tests/generic/165 | 1 + tests/generic/166 | 1 + tests/generic/170 | 1 + tests/generic/174 | 1 + tests/generic/183 | 1 + tests/generic/187 | 1 + tests/generic/188 | 1 + tests/generic/190 | 1 + tests/generic/194 | 1 + tests/generic/196 | 1 + tests/generic/199 | 1 + tests/generic/200 | 1 + tests/generic/203 | 1 + tests/generic/206 | 1 + tests/generic/217 | 1 + tests/generic/220 | 1 + tests/generic/227 | 1 + tests/generic/238 | 1 + tests/generic/243 | 1 + 22 files changed, 22 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html