]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
common/populate: refactor caching of metadumps to a helper
authorDarrick J. Wong <djwong@kernel.org>
Tue, 6 Feb 2024 00:06:40 +0000 (16:06 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 17 Oct 2024 17:28:22 +0000 (10:28 -0700)
commitd65722c6d581a84dde3f12fc302b1fc0802d47c4
treef953d3e5df3cd5cb0abc9c6bf61c6e1dc6b03fd8
parentb6959c22fb762434c495034d882b2025776540fa
common/populate: refactor caching of metadumps to a helper

Hoist out of _scratch_populate_cached all the code that we use to save a
metadump of the populated filesystem.  We're going to make this more
involved for XFS in the next few patches so that we can take advantage
of the new support for external devices in metadump/mdrestore.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
common/populate