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:
xiaoli feng
2018-11-13 18:53:15 +08:00
committed by Eryu Guan
parent c236d58814
commit 86aad19787
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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