This case is test for 'unlink', and there is no umount operation here.
Signed-off-by: Shiyang Ruan <ruansy.fnst@fujitsu.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
md5sum $testdir/file3 | _filter_scratch
md5sum $testdir/file3.chk | _filter_scratch
-echo "CoW and unmount"
+echo "CoW and unlink"
cowoff=$((filesize / 4))
cowsz=$((filesize / 2))
$XFS_IO_PROG -f -c "pwrite -S 0x63 -b $cowsz $cowoff $cowsz" $testdir/file3 >> $seqres.full
bdbcf02ee0aa977795a79d25fcfdccb1 SCRATCH_MNT/test-201/file1
d3959a68638c50af07f0258e032cb554 SCRATCH_MNT/test-201/file3
d3959a68638c50af07f0258e032cb554 SCRATCH_MNT/test-201/file3.chk
-CoW and unmount
+CoW and unlink