verify: disable header seed checking instead of overwriting it
authorAnkit Kumar <ankit.kumar@samsung.com>
Fri, 7 Feb 2025 17:53:13 +0000 (23:23 +0530)
committerVincent Fu <vincentfu@gmail.com>
Thu, 6 Mar 2025 18:58:43 +0000 (13:58 -0500)
commit9cd289884eb18a5c31bc0ea34f03781cf20569cc
tree43eecd39d66dcf5792fe48d60bf8389a9467b188
parent703d04e71ada5b47aeefd113c29cb7cd7a5a96d2
verify: disable header seed checking instead of overwriting it

The existing header seed is overwritten if zone reset frequency is set or
if verify backlog is enabled. Disable verify header seed check for these
scenarios, unless there is an explicit request to enable it.

Note: There is no fio behavior change intended by this patch.

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
init.c
verify.c