btrfs: make nospace_cache related test cases to work with latest v2 cache
[xfstests-dev.git] / tests / btrfs / 215
index fa622568adfd977ac19a64004a044c5f04346f7d..9ee1a8b3996706768732c1defed864e06e922b14 100755 (executable)
@@ -30,7 +30,7 @@ _require_non_zoned_device $SCRATCH_DEV
 _scratch_mkfs > /dev/null
 # disable freespace inode to ensure file is the first thing in the data
 # blobk group
-_scratch_mount -o nospace_cache
+_scratch_mount $(_btrfs_no_v1_cache_opt)
 
 pagesize=$(get_page_size)
 blocksize=$(_get_block_size $SCRATCH_MNT)