mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/128: use $XFS_FSR_PROG instead of xfs_fsr directly
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
58dc199829
commit
219d4cdcb6
+4
-4
@@ -97,10 +97,10 @@ c14=$(_md5_checksum $testdir/file4)
|
||||
|
||||
echo "Defragment"
|
||||
lsattr -l $testdir/ | _filter_scratch | _filter_spaces
|
||||
xfs_fsr -v -d $testdir/file1 >> $seqres.full
|
||||
xfs_fsr -v -d $testdir/file2 >> $seqres.full # fsr probably breaks the link
|
||||
xfs_fsr -v -d $testdir/file3 >> $seqres.full # fsr probably breaks the link
|
||||
xfs_fsr -v -d $testdir/file4 >> $seqres.full # fsr probably ignores this file
|
||||
$XFS_FSR_PROG -v -d $testdir/file1 >> $seqres.full
|
||||
$XFS_FSR_PROG -v -d $testdir/file2 >> $seqres.full # fsr probably breaks the link
|
||||
$XFS_FSR_PROG -v -d $testdir/file3 >> $seqres.full # fsr probably breaks the link
|
||||
$XFS_FSR_PROG -v -d $testdir/file4 >> $seqres.full # fsr probably ignores this file
|
||||
_test_cycle_mount
|
||||
free_blocks3=$(stat -f $testdir -c '%f')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user