commit | 380ee98d92e6b2a8c00458e98531da68b4495c05 | [log] [tgz] |
---|---|---|
author | Zorro Lang <zlang@redhat.com> | Thu Apr 21 00:07:56 2022 +0800 |
committer | Zorro Lang <zlang@kernel.org> | Wed Apr 27 02:43:25 2022 +0800 |
tree | 276152d2a4b7d3f3e921cefdab7aa7395d7103b6 | |
parent | 95c10ab90c2865d0283421e542feec14d46fc597 [diff] |
fstests: remove _wipe_fs from dump testing entirely The _wipe_fs function in common/dump is a historical remnant of xfstests, it's easy to cause confusion now. Now xfstests tend to call `require_scratch && scratch_mkfs && scratch_mount` in each case itself, we don't need to use a function to do that specially, so remove _wipe_fs entirely. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org>