mbox series

[v3,0/2] remove _wipe_fs and add a new dump test

Message ID 20220418170326.425762-1-zlang@redhat.com (mailing list archive)
Headers show
Series remove _wipe_fs and add a new dump test | expand

Message

Zorro Lang April 18, 2022, 5:03 p.m. UTC
As we talked in version~2 of [PATCH 2/2] [1], Dave said "common/dump::_wipe_fs()
is effectively just _scratch_mkfs() followed by mounting it. It does not need
to exist at all." So we decided to remove _wipe_fs() function entirely from
all xfstests cases.

So:
[PATCH v3 1/2] is a new patch to remove _wipe_fs.
[PATCH v3 2/2] avoid using WIPE_FS parameter

[1]
https://lore.kernel.org/fstests/20220411083433.omc3yvn75k5ap6zk@zlang-mailbox/

Thanks,
Zorro