mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common: move _scratch_metadump to common/xfs
_scratch_metadump is really an xfs-specific dump helper, so move it to common/xfs, add 'xfs' to the name, and convert all users. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
This commit is contained in:
committed by
Eryu Guan
parent
d4811ae1ff
commit
45b9734b98
+1
-1
@@ -66,7 +66,7 @@ _scratch_cycle_mount
|
||||
|
||||
echo "Create metadump file"
|
||||
_scratch_unmount
|
||||
_scratch_metadump $metadump_file
|
||||
_scratch_xfs_metadump $metadump_file
|
||||
|
||||
# Now restore the obfuscated one back and take a look around
|
||||
echo "Restore metadump"
|
||||
|
||||
Reference in New Issue
Block a user