btrfs/190: Fix a typo for seqres.full

$seqref.full -> $seqres.full

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Qu Wenruo
2019-05-30 09:28:15 +08:00
committed by Eryu Guan
parent d6f88082b4
commit 5eec120ca0
+1 -1
View File
@@ -66,7 +66,7 @@ _log_writes_remove
cur=$(_log_writes_find_next_fua 0)
echo "cur=$cur" >> $seqres.full
while [ ! -z "$cur" ]; do
_log_writes_replay_log_range $cur $SCRATCH_DEV >> $seqref.full
_log_writes_replay_log_range $cur $SCRATCH_DEV >> $seqres.full
# Test that no crashes happen or any other kind of failure.
_scratch_mount