mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: Use _require_scratch_dax_mountopt() and _require_dax_iflag()
1) Make related tests use _require_scratch_dax_mountopt() and _require_dax_iflag(). 2) Remove unused _require_scratch_dax(). Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+2
-2
@@ -30,10 +30,10 @@ rm -f $seqres.full
|
||||
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
_require_scratch_dax
|
||||
_require_scratch_dax_mountopt "dax"
|
||||
_require_test_program "feature"
|
||||
_require_test_program "t_mmap_dio"
|
||||
_require_xfs_io_command "chattr" "x"
|
||||
_require_dax_iflag
|
||||
_require_xfs_io_command "falloc"
|
||||
|
||||
prep_files()
|
||||
|
||||
Reference in New Issue
Block a user