Rename _scratch_mount to _scratch_cycle_mount
[xfstests-dev.git] / tests / btrfs / 102
index a94e3f6724647f11c1929182ace89cffc4f306ec..9f0bea095bae3307fe7e82620da7c028ff4e72cd 100755 (executable)
@@ -74,7 +74,7 @@ _run_btrfs_util_prog balance start -dusage=0 $SCRATCH_MNT
 # object was marked as full when initialized (because it had 0 total bytes),
 # which prevented the file write path from attempting to allocate a data block
 # group and fail immediately with ENOSPC.
-_scratch_remount
+_scratch_cycle_mount
 echo "hello world" > $SCRATCH_MNT/foobar
 
 echo "Silence is golden"