]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common/populate: don't metadump xfs filesystems twice
authorDarrick J. Wong <djwong@kernel.org>
Wed, 5 Oct 2022 22:31:01 +0000 (15:31 -0700)
committerZorro Lang <zlang@kernel.org>
Sun, 9 Oct 2022 02:20:55 +0000 (10:20 +0800)
Due to some braino on my part, _scratch_populate_cached will metadump
the filesystem twice -- once with compression disabled, and again with
it enabled, maybe.  Get rid of the first metadump.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/populate

index 9739ac99e0533a9153933e0027ec4722f80fd08a..4eee7e8c66d6a161bafa3832881b35979fd1366c 100644 (file)
@@ -890,7 +890,6 @@ _scratch_populate_cached() {
        "xfs")
                _scratch_xfs_populate $@
                _scratch_xfs_populate_check
-               _scratch_xfs_metadump "${POPULATE_METADUMP}"
 
                local logdev=
                [ "$USE_EXTERNAL" = yes -a ! -z "$SCRATCH_LOGDEV" ] && \