mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4/034: filter out the specified vaule of $SCRATCH_MNT
In 034.out, the $SCRATCH_MNT is specified by "/mnt/scratch". It's not flexible. Modify it to fit the different vaule of $SCRATCH_MNT. Signed-off-by: xiaoli feng <xifeng@redhat.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ $XFS_IO_PROG -f -c "pwrite 0 4k" -c "fsync" $SCRATCH_MNT/dummy >> $seqres.full
|
||||
|
||||
# Use 'syncfs' instead of 'sync' here as 'sync' could have dirtied quota files
|
||||
# ahead of writeback and could not reproduce the bug.
|
||||
echo "sync $SCRATCH_MNT to writeback"
|
||||
echo "sync $SCRATCH_MNT to writeback" | _filter_scratch
|
||||
$XFS_IO_PROG -c "syncfs" $SCRATCH_MNT >> $seqres.full
|
||||
|
||||
# success, all done
|
||||
|
||||
+1
-1
@@ -5,4 +5,4 @@ Set hard quota
|
||||
Create 2 level extent tree (btree) for foobar with a unwritten extent
|
||||
Convert unwritten extent to written and collapse extent tree to inode
|
||||
Create a new file and do fsync to force a jbd2 commit
|
||||
sync /mnt/scratch to writeback
|
||||
sync SCRATCH_MNT to writeback
|
||||
|
||||
Reference in New Issue
Block a user