]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
metadump: fix cleanup for v1 metadump testing
authorDarrick J. Wong <djwong@kernel.org>
Mon, 3 Feb 2025 22:00:25 +0000 (14:00 -0800)
committerZorro Lang <zlang@kernel.org>
Sun, 16 Feb 2025 11:25:57 +0000 (19:25 +0800)
commitf428edcec2a26b7ebb8426a714e724cf925fb0ee
tree8c44bf36ed89a613d42394ffaf00756e2192557e
parentab459c67c5e0347ab4a5c28eadfe5ee4e3fd2f01
metadump: fix cleanup for v1 metadump testing

In commit ce79de11337e38, the metadump v2 tests were updated to leave
the names of loop devices in some global variables so that the cleanup
method can find them and remove the loop devices.  Inexplicably, the
metadump v1 test function was not upgraded.  Do so now.

Cc: <fstests@vger.kernel.org> # v2024.12.08
Fixes: ce79de11337e38 ("fstests: clean up loop device instantiation")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/metadump