aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2024-02-06 18:18:51 -0800
committerZorro Lang <zlang@kernel.org>2024-02-09 13:27:17 +0800
commit1b36ec27ecfca54f15205731c8c19531a62af9e8 (patch)
treee58de867f1404dcf1ae76ecc91226d3ad377ee04
parenta5339f1aeb001e425e2de7c00876c8b8b124f7fb (diff)
downloadxfstests-dev-1b36ec27ecfca54f15205731c8c19531a62af9e8.tar.gz
common/populate: always metadump full metadata blocks
Commit e443cadcea pushed the -a and -o options to the _scratch_xfs_metadump callsites. Unfortunately, it missed the _xfs_metadump callsite in common/populate, so fix that now. Fixes: e443cadcea ("common/xfs: Do not append -a and -o options to metadump") Signed-off-by: "Darrick J. Wong" <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Zorro Lang <zlang@kernel.org>
-rw-r--r--common/populate2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/populate b/common/populate
index cfbfd88a7f..33f2db8d4a 100644
--- a/common/populate
+++ b/common/populate
@@ -1029,7 +1029,7 @@ _scratch_populate_cached() {
logdev=$SCRATCH_LOGDEV
_xfs_metadump "$POPULATE_METADUMP" "$SCRATCH_DEV" "$logdev" \
- compress
+ compress -a -o
;;
"ext2"|"ext3"|"ext4")
_scratch_ext4_populate $@