common/rc: add scratch shutdown support for overlayfs
[xfstests-dev.git] / tests / generic / 468
index b97a8d6348394aa37d01c5e28d7f35cfbc36f4a4..30c41744ba9be3608141b741da6687ac41d63155 100755 (executable)
@@ -84,7 +84,7 @@ check_inode_metadata()
        before=`stat "$stat_opt" $testfile`
 
        $XFS_IO_PROG -c "$sync_mode" $testfile | _filter_xfs_io
-       $here/src/godown $SCRATCH_MNT | tee -a $seqres.full
+       _scratch_shutdown | tee -a $seqres.full
        _scratch_cycle_mount
 
        after=`stat "$stat_opt" $testfile`